I switched from Windows to Linux and now am relearning the things I want to do in a different software. Any help with my problem is very much appreciated, since I do not know how to do this in ONLYOFFICE.
In want to create a calendar in a DOC File and would like to enter data from my XSLX File into that calender. The calendar has several pages and each page is structured somewhat like this
January [ ] Week 01
Monday 01 [ New Year’s Day ]
Tuesday 02 [ ]
Wednesday 03 [ Moms Birthday ]
…
Now I have an XSLX FIle that has the following rows
MONTH | DAY | WEEKDAY | WEEK | HOLIDAYS | BIRTHDAYS |
January | 01 | Monday | 01 | New Year’s Day |
January | 02 | Monday | 01 | |
January | 03 | Monday | 01 | | Moms Birthday
How do I connect the DOC File and the XSLX File so that the DOC File is filled automatically with all the data in the XSLX File?
I assume I am not the first one to ask this type of question, however I am having trouble finding an answer. So a link to a similar problem with a solution would probably help me as well.