Jump to content

マクロ/Calc

From The Document Foundation Wiki
This page is a translated version of the page Macros/Calc and the translation is 69% complete.



LibreOffice Calc では次のマクロの例を提供しています。

No. Basic Python
001 Copy content cell from Spreadsheet to other Go Go
002 Copy row data from sheet to other Go Go
016 Export a table as PDF Go ToDo
017 Spreadsheet population Go ToDo
018 Put a formula into a cell ToDo Go
019 Create a new named range Go ToDo
020 Using relative references with named expressions Go ToDo
021 Create named ranges from labels Go ToDo
022 Create a new database range Go ToDo
023 Sort a table using one column Go ToDo
024 Sort a table using multiple columns Go ToDo
025 Retrieve sorting information for cell range Go ToDo
026 Create a standard filter Go ToDo
027 Clear all filters for a sheet Go ToDo
028 Filtering multiple columns and using regular expressions Go ToDo
029 Create an advanced filter Go ToDo
030 Copy advanced filter results to different location Go ToDo
031 Find all occurrences of current selection (post #9) [| Go] ToDo

(詳細については Macros/Calc/fr を参照してください。)

LibreOffice Basic

Basic をマクロ言語として使用する場合は、LibreOffice Basic Help を参照してください。

Python

Pythonをマクロ言語として使用する場合の概要については、 Python Scripts Help を参照してください。

JavaScript

JavaScript をマクロ言語として使用する場合は、 JavaScript マクロ - (日本語のまとめサイト Macroの杜) - を参照してください。

追加予定