Exporting to excel from Delphi without having excel

后端 未结 8 851

I\'m looking to export data to excel from Delphi without having to own a copy of excel, is this possible?

N.B. CSV will not do.

8条回答
  •  一向
    一向 (楼主)
    2020-12-24 04:03

    Try zexmlss. This library can create and load excel 2003 XML format files. Support merged cells, borders, vertical and horizontal alignment and other. Zlib license. Work with delphi 6, 7, 9-14 and lazarus.

提交回复
热议问题