jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.65k stars 633 forks source link

Open existing workbook #1059

Closed can333 closed 7 months ago

can333 commented 7 months ago

Feature Request

There is a function workbook.get_worksheet_by_name(). A nice extension would be to open existing workbooks xlsxwriter.get_workbokk_by_name(). This would allow to modify existing workbooks with xlsxwriter.

jmcnamara commented 7 months ago

XlsxWriter doesn’t support reading or modifying existing files and doesn’t intend to in the future. Take a look at OpenPyXL instead.