12 lines
503 B
Markdown
12 lines
503 B
Markdown
# LibreOffice Image Macro
|
|
|
|
Inserts images into LibreOffice Calc cells based on a mapping table.
|
|
|
|
## Usage
|
|
|
|
1. Open `znova.ods`, enable macros when prompted.
|
|
2. On the **Vyber** sheet, fill column **H** with image file paths and column **I** with destination cell references (e.g. `Vysledok.B5`).
|
|
3. Run the macro: **Tools -> Macros -> Run Macro...** -> expand `znova.ods` -> `Standard` -> `image_macro` -> `ShowImages` -> **Run**.
|
|
|
|
Running again clears all previously inserted images and re-draws them.
|