From 797788124825d538269ec884ca2e64ef7cace1ce Mon Sep 17 00:00:00 2001 From: Priec Date: Sun, 14 Jun 2026 16:41:02 +0200 Subject: [PATCH] readme md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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.