Usually requirements are given by customers in excel or reqif format.Reqif (*.reqifz files) can be converted (with all cell images) to excel by the excellent pyreqif-0.7.zip library (for python language).Therefore, the question is: how to import a large excel file with a large number of images encapsulated in cells and potentially several images per cell ?Unfortunately Projeqtor does not import images from excel.In case of a small number of images, it can be done manualy. In case of hundreds of images ensapsulated in thousands of lines, it becomes tricky....The attached file is a answer to that concern.It's written in python 3. So you need python 3.x to execute it or convert it to an exe file (the produced exe file is to big to be uploaded to this forum). Also, you need a direct access to the server file system (could be obsolete in the future, for further development).Just fill in the config.ini and execute the script in a command window or in a python environnement like pyscripter or pycharm.Tested on large XLSX files with dozens of images.Could be translated in php. For further study.Feedback is welcomed in case anybody may use it.
Thanks for your contribution.
If you agree, we'll share it on the download page.
We won't include it in Community version as we want to include only full PHP features.
Hello,
Yes, you can share the source file (*.py) and the windows exe file
I've the compiled exe file here:
https://drive.google.com/file/d/1vQlPrd-aF2Z2s3V9BIAdkpcW8Jf1nY-p/view?usp=sharing
Feel free to download it.