{"id":25762323,"url":"https://github.com/aternus/csv-to-xlsx","last_synced_at":"2025-02-26T19:40:20.629Z","repository":{"id":40643558,"uuid":"149187876","full_name":"Aternus/csv-to-xlsx","owner":"Aternus","description":"Convert CSV files to XLSX (Excel 2007+ XML Format) files.","archived":false,"fork":false,"pushed_at":"2024-03-20T16:27:04.000Z","size":400784,"stargazers_count":35,"open_issues_count":6,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T22:08:57.582Z","etag":null,"topics":["api","batch","binary","cli","convert","converter","csv","excel","linux","macos","multilingual","nodejs","utf-8","windows","xlsx","xml"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aternus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-17T21:04:33.000Z","updated_at":"2025-01-01T17:25:18.000Z","dependencies_parsed_at":"2024-06-12T16:03:59.211Z","dependency_job_id":"aa805267-af65-493f-92c1-a820b2edacf1","html_url":"https://github.com/Aternus/csv-to-xlsx","commit_stats":{"total_commits":74,"total_committers":1,"mean_commits":74.0,"dds":0.0,"last_synced_commit":"fc93785d42d7a6a29de9ecb820607f127b1af404"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aternus%2Fcsv-to-xlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aternus%2Fcsv-to-xlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aternus%2Fcsv-to-xlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aternus%2Fcsv-to-xlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aternus","download_url":"https://codeload.github.com/Aternus/csv-to-xlsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240925462,"owners_count":19879729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","batch","binary","cli","convert","converter","csv","excel","linux","macos","multilingual","nodejs","utf-8","windows","xlsx","xml"],"created_at":"2025-02-26T19:40:20.101Z","updated_at":"2025-02-26T19:40:20.624Z","avatar_url":"https://github.com/Aternus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @aternus/csv-to-xlsx\n\nConvert CSV files to XLSX (Excel 2007+ XML Format) files.\n\nWritten in JavaScript. Available for Node.js CLI and API.\n\nBinaries are available for:\n\n- Windows x64\n- Linux x64\n- MacOS x64\n\n[![validate](https://github.com/Aternus/csv-to-xlsx/actions/workflows/validate.yml/badge.svg?branch=master)](https://github.com/Aternus/csv-to-xlsx/actions/workflows/validate.yml)\n\nInstall with confidence 🛡️\n\n## Features\n\n- Binaries - download and run via your OS's command-line utility\n- Fast and Reliable\n- Full UTF-8 support\n- CSV Column detection\n- Batch mode - convert a CSV folder to an XLSX folder\n- Node.js CLI and API\n\n## Installation\n\n```bash\nnpm install @aternus/csv-to-xlsx\n```\n\n## Usage\n\n### Binaries\n\nDownload the executables from the\n[latest release](https://github.com/Aternus/csv-to-xlsx/releases).\n\n```bash\n./csv-to-xlsx-linux -i \"input-file-or-directory\" -o \"output-directory\"\n```\n\n### Node.js CLI\n\nType `--help` for a full list of options.\n\n```bash\nnpx @aternus/csv-to-xlsx -i \"input-file-or-directory\" -o \"output-directory\"\n```\n\n### Node.js API\n\n```javascript\nconst path = require('path');\nconst {convertCsvToXlsx} = require('@aternus/csv-to-xlsx');\n\nlet source = path.join(__dirname, 'report.csv');\nlet destination = path.join(__dirname, 'converted_report.xlsx');\n\ntry {\n  convertCsvToXlsx(source, destination);\n} catch (e) {\n  console.error(e.toString());\n}\n```\n\n## License\n\nReleased under the MIT License - see `LICENSE.md` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faternus%2Fcsv-to-xlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faternus%2Fcsv-to-xlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faternus%2Fcsv-to-xlsx/lists"}