Reading a date from xlsx using open xml sdk

前端 未结 7 1629
长情又很酷
长情又很酷 2020-12-14 01:25

I have a date in format \"4/5/2011\" (month/day/year) in a xlsx file in one of the cells. Im trying to parse the file and load those data in some classes.

So far the

7条回答
  •  庸人自扰
    2020-12-14 01:34

    I had same issue - switched to EPPlus http://epplus.codeplex.com/

    Note that it has LGPL license. So if you need your code base to be safe from GPL issue, simply use the library as is and your original code base license is safe.

提交回复
热议问题