OpenXLSX
A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files. (by troldal)
Thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl (by NVIDIA)

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
OpenXLSX | Thrust | |
---|---|---|
7 | 4 | |
1,461 | 4,839 | |
3.1% | - | |
9.0 | 6.9 | |
6 days ago | about 1 year ago | |
C++ | C++ | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenXLSX
Posts with mentions or reviews of OpenXLSX.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-22.
-
New programmer C++ question: OpenXLSX
I don't know enough of what I'm doing to know how to install it myself, despite reading some of this stuff. (https://github.com/troldal/OpenXLSX/blob/master/README.md). Old dog learning new tricks...
-
Edit a single cell in an excel spreadsheet with c++
But you're in luck. There just so happens to be a free lib floating around: https://github.com/troldal/OpenXLSX
-
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!
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.
-
How do I parse .xlsx files in C++?
This one https://github.com/troldal/OpenXLSX looks promising, atleast from readme. Haven't used it.
- Creating module/addon to process excel file type.
-
Can't compile example program from external library
https://github.com/troldal/OpenXLSX/blob/master/CMakeLists.txt#L21
-
xlsx with VSCode and Qtcreator function propagation
To read and write xlsx files you would likely want to use a library. Google finds these: https://www.libxl.com/ and https://github.com/troldal/OpenXLSX
Thrust
Posts with mentions or reviews of Thrust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-17.
- AMD's CDNA 3 Compute Architecture
-
Parallel Computations in C++: Where Do I Begin?
For a higher level GPU interface, Thrust provides "standard library"-like functions that run in parallel on the GPU (Nvidia only)
-
What are some cool modern libraries you enjoy using?
For GPGPU, I like thrust. C++-idiomatic way of writing CUDA code, passing between host and device, etc.
-
A vision of a multi-threaded Emacs
Users should work with higher level primitives like tasks, parallel loops, asynchronous functions etc. Think TBB, Thrust, Taskflow, lparallel for CL, etc.

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured