Search found 1 match
- Tue Feb 16, 2021 6:50 pm
- Forum: VE Python API
- Topic: Writing to Excel with openpyxl or similar
- Replies: 0
- Views: 66062
Writing to Excel with openpyxl or similar
I’m currently writing a custom script in VEScripts in IES 2019 to export energy simulation results to Excel. I’m hoping to use the package openpxyl, which will enable me to write to a specific existing worksheet in an existing Excel workbook. I’ve had success importing the library xlsxwriter in ...