{"id":22229705,"url":"https://github.com/boycce/xlsx-csv-rust","last_synced_at":"2025-03-25T08:44:02.249Z","repository":{"id":60156526,"uuid":"541336776","full_name":"boycce/xlsx-csv-rust","owner":"boycce","description":"Fast xlsx to csv converter","archived":false,"fork":false,"pushed_at":"2022-10-31T19:19:02.000Z","size":5293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:48:47.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boycce.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-25T23:20:51.000Z","updated_at":"2024-02-12T18:42:43.000Z","dependencies_parsed_at":"2023-01-21T03:03:26.923Z","dependency_job_id":null,"html_url":"https://github.com/boycce/xlsx-csv-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fxlsx-csv-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fxlsx-csv-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fxlsx-csv-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fxlsx-csv-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boycce","download_url":"https://codeload.github.com/boycce/xlsx-csv-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431709,"owners_count":20614182,"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":[],"created_at":"2024-12-03T01:12:00.896Z","updated_at":"2025-03-25T08:44:02.211Z","avatar_url":"https://github.com/boycce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xlsx-csv-rust\n\nFast xlsx to csv converter based on Rust package [Calamine](https://github.com/tafia/calamine). It faster than [SheetJs][https://github.com/SheetJS/sheetjs] at least 3 times and eats 5 times smaller memory\n\n### Install\n`npm install xlsx-csv-rust`\n\n### Usage\n\n```js\nimport fs from 'fs'\nimport { convertFile } from 'xlsx-to-csv'\n\nconst { filepath } = convertFile('./file.xlsx')\nconst csvData = fs.readFileSync(filepath, { encoding: 'utf-8' })\n\nconsole.log(csvData)\n```\n\n### Testing\n\n1. Install rust\n2. `cargo install cargo-watch`\n3. `npm run test` or `npm run test:integration` (for node integration test)\n\n### Building for release\n\n1. Install rust\n2. Install rust target enviornments\n  ```bash\n  rustup target add x86_64-apple-darwin # requires macos machine to build\n  rustup target add aarch64-apple-darwin # requires macos machine to build\n  rustup target add x86_64-pc-windows-gnu\n  rustup target add x86_64-unknown-linux-musl\n  ```\n3. (on linux) install build tool required for windows `sudo apt-get install mingw-w64`\n4. `npm run build`\n\n### Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboycce%2Fxlsx-csv-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboycce%2Fxlsx-csv-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboycce%2Fxlsx-csv-rust/lists"}