LibreOffice Macros: Manipulation of spreadsheets

in utopian-io •  7 years ago  (edited)

What Will I Learn?

In this video you will learn:

  • How to create a LibreOffice Cal book using Basic

To use the following methods:

  • CopybyName
  • PageEnumeration
  • GetByIndex
  • GetByName
  • GetCount.
  • HasByName.
  • HasElements.
  • InsertNewByName
  • MoveByName
  • RemoveByName

Requirements

The tutorial tries to be self-contained but it is necessary:

  • Intermediate knowledge of LibreOffice Calc
  • Basic knowledge of programming
  • This video is part of a series therefore the knowledge of the previous videos of the series is used.

Difficulty

  • Intermediate

Description

Today we are going to see some of the methods that we can use to manipulate "LibreOffice" Calc spreadsheets. The methods that we are going to use today are the following ones: CopybyName that will allow us to copy a sheet to a sheet new, PageEnumeration will allow us to create a numbering to manipulate the spreadsheets of the calculation book, GetByIndex, through this method we can call a spreadsheet from its index, GetByName to send leaves through its name of these sheets , GetCount will allow us to know the number of sheets in a book, HasByName, to verify the existence of a sheet, HasElements will inform us if a document contains spreadsheets. InsertNewByName is a method that will allow us to create a new spreadsheet by specifying its name, MoveByName will allow us to move a sheet through its name and RemoveByName will allow deleting a sheet specifying its name.

Video Tutorial



Posted on Utopian.io - Rewarding Open Source Contributors

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hey @zenkly I am @utopian-io. I have just upvoted you!

Achievements

  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Thanks!

Estupendo amigo buen post saludos

¡Gracias!

Thank you for the contribution. It has been approved.

  • Try and share the codes in a document or notepad format. Or ever a github to share your codes.

You can contact us on Discord.
[utopian-moderator]

Thank you very much for the feedback. I will take it into account for my future contributions.