table2excel icon indicating copy to clipboard operation
table2excel copied to clipboard

Cell type handlers is not good idea.

Open vellengs opened this issue 6 years ago • 1 comments

It's wrong to test a date is date; for example '11.15%',

new Date('11.15%') ;   // is date, but unexpected;

vellengs avatar Mar 27 '18 09:03 vellengs

Sometimes 1245.67% gets into a date and sometimes into a ###############. Everything else is really great. Thanks!

hguzmang avatar Apr 23 '20 00:04 hguzmang