March 18, 2019
On Wednesday, 7 November 2018 at 16:41:39 UTC, Robert Schadek wrote:
> https://code.dlang.org/packages/xlsxd
>
> Announcing xlsxd a OO wrapper for the C library libxlsxwriter [1].
>
> Run:
>
>     import libxlsxd;
>     auto workbook  = newWorkbook("demo.xlsx");
>     auto worksheet = workbook.addWorksheet("a_worksheet");
>     worksheet.write(0, 0, "Hello to Excel from D");
>
>
> and you have created a Excel spreadsheet in the xlsx format with name demo.xlsx
> that contains the string "Hello to Excel from D" in row 0, column 0.
>
> [1] https://github.com/jmcnamara/libxlsxwriter

this problem solved ZetExcel.com you try this. This is very helpful and fastest app specially for excel library. Thanks
1 2
Next ›   Last »