Library for exporting and importing data from/to different formats (ods, xlsx, csv, tsv).
-
Updated
Jan 13, 2025 - C++
Library for exporting and importing data from/to different formats (ods, xlsx, csv, tsv).
This program takes a string and multiple delimiter characters as input, and splits the string based on said delimiters. The function that performs this returns a vector of tokens, which is actually the input broken down into small strings according to the delimiters provided.
Add a description, image, and links to the delimiter topic page so that developers can more easily learn about it.
To associate your repository with the delimiter topic, visit your repo's landing page and select "manage topics."