Please advise how to create / edit files with excel tables. But without using VS Studio, but with the usual C / C ++. Creating cvs files is not exactly suitable due to limited capabilities.

  • one
    The simplest in my opinion COM & OLE - Praddos
  • praddos, "COM & OLE" is the name of the library? Where can I see an example of its use? - maxmail
  • this is [such] [1] technology [1]: en.wikipedia.org/wiki/Object_Linking_and_Embedding - DreamChild
  • There is also an option for Hadkor - unpack xls (in fact, it’s just a zip-archive with xml-kami) and work like with regular xml. But this option is wrong. - Jofsey
  • @Jofsey, amendment, you're talking about xlsx. And xls (doc, chm and many other formats) - COM Structured Storage - insolor

2 answers 2

The kosher version is the libx library. But it is paid (((

    Alternatively, ExcelFormat ( https://www.codeproject.com/Articles/42504/ExcelFormat-Library ).

    Once I used it, it is quite convenient (in any case it is more convenient than COM & OLE =))

    • Comments are not intended for extended discussion; conversation moved to chat . - Qwertiy