Fast and simple opensource tool to convert CSV do XLSX
csv with 150k rows, 13 MB, with xlsx template - 6s
The name of the csv file to be converted must be a.csv
The config.txt is the config file.
ROWS_PER_SHEET=50000
CHUNK_SIZE=100000
ROWS_PER_SHEET: Number of rows per sheet
CHUNK_SIZE: The number of rows to read each time
- First, name the csv file to be converted as a.csv
- Double-click to run csv2xlsx.exe
- The conversion is successful, open the converted file
cargo build
cargo r