modern-cpp-tutorial
OpenXLSX
modern-cpp-tutorial | OpenXLSX | |
---|---|---|
3 | 7 | |
24,355 | 1,422 | |
- | - | |
5.4 | 8.7 | |
5 months ago | 6 days ago | |
C++ | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
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.
modern-cpp-tutorial
-
Learning platform for modern C++ with online exercises
I'm going through this Modern C++ Tutorial right now. I didn't need to relearn what inheritance is, just the new language features that are useful.
- interview preparation
-
Computer science student. Just figured out what I want to do with my degree. Hacking.
Work in this order: (1) -> (2) --> (3) ---> (4) --> (5) Next Steps: Modern C++11/14/17/20:(https://github.com/changkun/modern-cpp-tutorial)
OpenXLSX
-
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
What are some alternatives?
scapix - Scapix Language Bridge
xlnt - :bar_chart: Cross-platform user-friendly xlsx library for C++11+
dyno - Runtime polymorphism done right
entt - Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
vim-c-cpp-modern - Extended Vim syntax highlighting for C and C++ (C++11/14/17/20/23)
Qv2ray - :star: Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 :star:
xorstr - heavily vectorized c++17 compile time string encryption.
Thrust - [ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
libcudacxx - [ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
doctest - The fastest feature-rich C++11/14/17/20/23 single-header testing framework
butano - Modern C++ high level GBA engine
excelbind - Expose your python code in Excel