jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

No function to merge cells in Swift #362

Closed CypriotUnknown closed 2 years ago

CypriotUnknown commented 2 years ago

Hello,

First of all, thank you for this amazing library. I cannot find the function on the worksheet class to merge cells. I am assuming this is only the case with the Swift version of the library.

Please help if I'm missing something out.

Thanks..

jmcnamara commented 2 years ago

For clarity which Swift version of the library are you using?

CypriotUnknown commented 2 years ago

Hello. It's 0.2.0

jmcnamara commented 2 years ago

Ok. But which library are you using. Can you provide a link to it.

CypriotUnknown commented 2 years ago

https://github.com/damuellen/xlsxwriter.swift

jmcnamara commented 2 years ago

Then it is probably best to open the issue there. There isn't any issue with merge ranges in the C library. You can @ me into the new issue. I'll close this one here.

CypriotUnknown commented 2 years ago

Ok thanks. I did open the issue but I can't @ you there.