tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.69k stars 158 forks source link

fixes #281 #340

Closed tiibun closed 1 year ago

tiibun commented 1 year ago

This PR fixes #281 I added "Shift_JIS" encoded Excel file tests/issues-281.xlsx that be created by Japanese version of Excel. I have replaced decode_all used by VBAProject with encoding.decode. But I have only checked with Shift_JIS xlsm files and existing Windows-1252 xlsm files.