OpenXML SDK Spreadsheet starter kits

前端 未结 4 1453
时光说笑
时光说笑 2021-02-07 22:42

I am trying to start working with Excel documents through the OpenXML SDK Spreadsheet API. But I haven\'t found any good guides or even examples on how to create a xlsx file fro

4条回答
  •  没有蜡笔的小新
    2021-02-07 23:38

    I've got to admit. The OpenXml SDK is nice, but there's still a lot to creating a blank spreadsheet.

    However, there is a set of Helper Classes available on codeplex called simpleooxml

    Very little in the way of documentation, but this blog post shows how to create a new spreadsheet without having to have an existing template.

    I've found it works pretty well.

提交回复
热议问题