How to save excel workbook in normal mode with openpyxl?

Submitted 3 years, 4 months ago
Ticket #309
Views 388
Language/Framework Postgresql
Priority Low
Status Closed

Trying to open an Excel with openpyxl library, however it is saving the Excel in read - only mode

Submitted on Nov 30, 20
add a comment

1 Answer

Verified

The standard Workbook mode.

 use_iterators=True 

has been renamed 

read_only=True 

 This method as the workbook is read-only and cell.internal_value is always a read only property.

Submitted 3 years, 4 months ago


Latest Blogs