rabanti-github / PicoXLSX

PicoXLSX is a small .NET / C# library to create XLSX files (Microsoft Excel 2007 or newer) in an easy and native way
MIT License
52 stars 13 forks source link

Auto-detect type for decimal and support setting type in Cell ctor #6

Closed JohanLindvall closed 6 years ago

JohanLindvall commented 6 years ago

Setting the type in the Cell constructors doesn't work - it is always overridden. Additionally, support decimal as a NUMBER.