misterspeedy / FsExcel

An F# Excel spreadsheet generator
MIT License
142 stars 18 forks source link

As well as the typed cell contents allow auto #32

Open misterspeedy opened 2 years ago

misterspeedy commented 2 years ago

Allow some kind of Auto feature as well as String, Float, Integer etc. Sets the value based on content.

Possibly even infer from all the items in a column???