dhatim / fastexcel

Generate and read big Excel files quickly
Other
651 stars 118 forks source link

issue#140 Off by 1 error for dates with year 1900 #256

Closed OutOfCoffeeError closed 1 year ago

OutOfCoffeeError commented 1 year ago

This PR fixes the issue when we set the year 1900 for Cells with date value. E.g. For Date (DD-MM-YYYY), 01-01-1900, the date will be saved as 02-01-1900.

ochedru commented 1 year ago

Thank you for your PR!