sestegra / spreadsheet_decoder

Spreadsheet Decoder is a library for decoding spreadsheets for ODS and XLSX files.
MIT License
55 stars 21 forks source link

refreshing the excel sheet after updating some cells #21

Closed KarrarMohamed closed 4 years ago

KarrarMohamed commented 4 years ago

Hello there

I've updated an excel sheet that includes cells that their values depend on those which have been updated (via a formula)

how to force the excel sheet to refresh and reflect the actual values of the cells depending on the updates done via the spreadsheet_decoder;

regards

sestegra commented 4 years ago

This feature requires Excel compatible engine. The only way to re-calculate formulas is to open your document within Excel application.