Support for Spreadsheet (XLSX or XLS) #415
-
Hi, I am creating a tool that can extract info from different file formats, and I've been successful with CSV and JSON files thanks to your library. But I am not able to figure out how to read data from Spreadsheets (XLSX/XLS), I've tried working with other libraries but was unsuccessful due to their different way of building (cmake or vcpkg). I was searching on the web and somewhere I got this code snippet
I am not able to find this Spreadsheet directory inside jsoncons_ext. Can any suggest me how can I find it ? or is it there or not ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I vaguely recall Best regards, |
Beta Was this translation helpful? Give feedback.
I vaguely recall
jsoncons_ext/spreadsheet
, it would have been a long time ago. It's not mentioned in theChangeLog
, I don't think it was part of any released version. It would have been based on a third party library to read from and write to the Excel files, I believe there were some problems with that library in supporting newer versions of Excel, and I decided it wasn't worth it. There are probably some remnants of it in github somewhere, but at this point I don't think they'd be very helpful.Best regards,
Daniel