zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Fixes unrecognized date format #245

Closed skuark closed 5 years ago

skuark commented 5 years ago

I have an excel using the format [$-C0A]dd\\-mmm\\-yy for dates (ex: 23-oct.-2019), and the latest stable version recognizes that format as a number instead of a date. This PR tries to fix that issue.

skuark commented 5 years ago

Tests has failed, but I think it's not related to the code changes. @zdavatz Could you double check and rebuild? Thanks!

zdavatz commented 5 years ago

all tests need to pass before we can merge your patch.

zdavatz commented 5 years ago

but otherwise your commit looks good! Thank you!

skuark commented 5 years ago

Thanks!

zdavatz commented 5 years ago

New Version 1.2.5 is out!