Hello, I was wondering how hard it will be to print from c++ to excel. I've already done it to csv, but from what I've heard, to excel is far more difficult. Is it really that hard? And where can I learn how to do it? (I dindn't find anything interesting on YT). Thanks for the help!

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • OpenXLSX

    A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.

  • XLSX is just a compressed XML format that Excel can read. It’s a bit of a pain in the ass to author yourself. But a quick google search yielded OpenXLSX.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts