Translations:Macros/Python Guide/Introduction/13/ja
Jump to navigation
Jump to search
ドキュメント内
- Any ODF file, really is a ZIP file, you can extract this file like extract normally this type files. In the root, create folder
Scripts/python/
and copy inside any python file, for example:mymacros.py
- You should see.
- Any ODF file, really is a ZIP file, you can extract this file like extract normally this type files. In the root, create folder
myfile | ... ├── META-INF │ └── manifest.xml ├── Scripts │ └── python │ └── mymacros.py ...
- Edit file manifest.xml into folder META-INF and add lines, just before tag close </manifest:manifest>