All Projects → mentax → csv2xlsx

mentax / csv2xlsx

Licence: MIT license
Fast and simple opensource command line tool to convert CSV do XLSX

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to csv2xlsx

Sinkholes
🐛 Malware Sinkhole List in various formats
Stars: ✭ 84 (+121.05%)
Mutual labels:  csv, xlsx
Filecontextcore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Stars: ✭ 91 (+139.47%)
Mutual labels:  csv, xlsx
Dbwebapi
(Migrated from CodePlex) DbWebApi is a .Net library that implement an entirely generic Web API (RESTful) for HTTP clients to call database (Oracle & SQL Server) stored procedures or functions in a managed way out-of-the-box without any configuration or coding.
Stars: ✭ 84 (+121.05%)
Mutual labels:  csv, xlsx
Spreadsheet architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Stars: ✭ 1,160 (+2952.63%)
Mutual labels:  csv, xlsx
Volbx
Graphical tool for data manipulation written in C++/Qt
Stars: ✭ 187 (+392.11%)
Mutual labels:  csv, xlsx
Fast Excel
🦉 Fast Excel import/export for Laravel
Stars: ✭ 1,183 (+3013.16%)
Mutual labels:  csv, xlsx
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (+144.74%)
Mutual labels:  csv, xlsx
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+74844.74%)
Mutual labels:  csv, xlsx
Sonar Cnes Report
Generates analysis reports from SonarQube web API.
Stars: ✭ 145 (+281.58%)
Mutual labels:  csv, xlsx
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+28878.95%)
Mutual labels:  csv, xlsx
Pyexcel
Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files
Stars: ✭ 902 (+2273.68%)
Mutual labels:  csv, xlsx
Algeria Cities
The list of all Algerian provinces and cities according to the official division in different formats: csv, xlsx, php, json, etc.
Stars: ✭ 232 (+510.53%)
Mutual labels:  csv, xlsx
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+1955.26%)
Mutual labels:  csv, xlsx
Myexcel
MyExcel, a new way to operate excel!
Stars: ✭ 1,198 (+3052.63%)
Mutual labels:  csv, xlsx
Rows
A common, beautiful interface to tabular data, no matter the format
Stars: ✭ 739 (+1844.74%)
Mutual labels:  csv, xlsx
Tabtoy
高性能表格数据导出器
Stars: ✭ 1,302 (+3326.32%)
Mutual labels:  csv, xlsx
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (+802.63%)
Mutual labels:  csv, xlsx
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (+884.21%)
Mutual labels:  csv, xlsx
Android Gradle Localization Plugin
Gradle plugin for generating localized string resources
Stars: ✭ 100 (+163.16%)
Mutual labels:  csv, xlsx
Tech.ml.dataset
A Clojure high performance data processing system
Stars: ✭ 205 (+439.47%)
Mutual labels:  csv, xlsx

goreleaser GoDoc codebeat badge Go Report Card

csv 2 xlsx

HELP

An actual version always available by run csv2xlsx -h or csv2xlsx help

NAME:

csv2xlsx - Convert CSV data to xlsx - especially the big one.

Speed:

csv with 50k rows, 5 MB, with xlsx template - 5s

(On MacBook Pro 2016)

Example:

csv2xlsx --template example/template.xlsx --sheet Sheet_1 --sheet Sheet_2 --row 2 --output result.xlsx data.csv data2.csv
csv2xlsx.exe -t example/template.xlsx -s Sheet_1 -s Sheet_2 -r 2 -o result.xlsx data.csv data2.csv

USAGE:

csv2xlsx [global options] command [command options] [file of file's list with csv data]

GLOBAL OPTIONS:

--sheets names, -s names          sheet names in the same order like csv files. If sheet with that name exists, data is inserted to this sheet. Usage: -s AA -s BB
--template path, -t path          path to xlsx file with template output
--row number, -r number           row number to use for create rows format. When '0' - not used. This row will be removed from xlsx file. (default: 0)
--output xlsx file, -o xlsx file  path to result xlsx file (default: "./output.xlsx")
--help, -h                        show help
--version, -v                     print the version

Download

Download from releases section on GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].