siefkenj / MailMergeP

Mail Merge P add-on for Thunderbird
GNU General Public License v3.0
16 stars 3 forks source link

Fix import of spreadsheet with numbers #27

Closed siefkenj closed 2 years ago

siefkenj commented 2 years ago

Fixes issue #26

Previous checks assumed any non-string value in a spreadsheet was null. Now additional checks for numbers and dates have been explicitly added, so importing spreadsheets with numbers and dates should work correctly.