readme md

This commit is contained in:
Priec
2026-06-14 16:41:02 +02:00
parent 39da9c8015
commit 7977881248

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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.