diff --git a/README.md b/README.md new file mode 100644 index 0000000..64c6867 --- /dev/null +++ b/README.md @@ -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.