{"id":15962403,"url":"https://github.com/crazy-max/xcalxls2csv","last_synced_at":"2026-04-08T14:32:03.296Z","repository":{"id":218693490,"uuid":"746169945","full_name":"crazy-max/xcalxls2csv","owner":"crazy-max","description":"Xcalibur XLS data frames to CSV","archived":false,"fork":false,"pushed_at":"2025-02-02T14:45:30.000Z","size":5225,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-22T19:07:26.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/crazy-max.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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},"funding":{"github":"crazy-max","custom":"https://www.paypal.me/crazyws"}},"created_at":"2024-01-21T09:21:28.000Z","updated_at":"2025-02-02T14:45:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf152cba-91c5-4df3-a067-38b9b60c92dd","html_url":"https://github.com/crazy-max/xcalxls2csv","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.2571428571428571,"last_synced_commit":"6f33e5c6f693a306f2564996ea16874247f3c686"},"previous_names":["crazy-max/xcalxls2csv"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/crazy-max/xcalxls2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fxcalxls2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fxcalxls2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fxcalxls2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fxcalxls2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazy-max","download_url":"https://codeload.github.com/crazy-max/xcalxls2csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fxcalxls2csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31559766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-07T16:03:33.993Z","updated_at":"2026-04-08T14:32:03.270Z","avatar_url":"https://github.com/crazy-max.png","language":"Go","funding_links":["https://github.com/sponsors/crazy-max","https://www.paypal.me/crazyws"],"categories":[],"sub_categories":[],"readme":"[![xcalxls2csv](.github/xcalxls2csv.png)](https://github.com/crazy-max/xcalxls2csv)\n\n## ⚠️ Abandoned project\n\nThis project is not maintained anymore and is abandoned. Feel free to fork and\nmake your own changes if needed.\n\n## About\n\nConverts [Xcalibur](https://www.thermofisher.com/nl/en/home/industrial/mass-spectrometry/liquid-chromatography-mass-spectrometry-lc-ms/lc-ms-software/lc-ms-data-acquisition-software/xcalibur-data-acquisition-interpretation-software.html)\nXLS data frames to CSV format.\n\n___\n\n* [Download](#download)\n* [Usage](#usage)\n* [Build](#build)\n\n## Download\n\nxcalxls2csv binaries are available on the [release](https://github.com/crazy-max/xcalxls2csv/releases/latest)\npage. Choose the binary matching your platform and test it with `./xcalxls2csv --help`\nor move it to a permanent location:\n\n```\n$ ./xcalxls2csv --help\nUsage: xcalxls2csv \u003cxcalxls\u003e\n\nXcalibur XLS data frames to CSV\n\nArguments:\n  \u003cxcalxls\u003e    Xcalibur XLS file to convert.\n\nFlags:\n  -h, --help             Show context-sensitive help.\n      --version\n      --output=STRING    Custom output filename.\n```\n\n## Usage\n\n`xcalxls2csv [\u003cflags\u003e] \u003cxcalxls\u003e`\n\n`\u003cxcalxls\u003e` is the path to the Xcalibur XLS file to convert. Some samples are\navailable in [./pkg/xcal/fixtures](./pkg/xcal/fixtures):\n\n```\n$ xcalxls2csv ./pkg/xcal/fixtures/MCF001120_0_Short.xls\n11:13AM INF Converting Xcalibur XLS file ./pkg/xcal/fixtures/MCF001120_0_Short.xls to ./pkg/xcal/fixtures/MCF001120_0_Short.csv\n11:13AM INF Xcalibur XLS file converted successfully to ./pkg/xcal/fixtures/MCF001120_0_Short.csv\n```\n\nCSV file should be available in `./pkg/xcal/fixtures/MCF001120_0_Short.csv`.\n\n## Build\n\n```bash\n# build and output to ./bin/build\n$ docker buildx bake\n# then run on linux\n$ ./bin/build/xcalxls2csv --help\n# on windows\n$ .\\bin\\build\\xcalxls2csv.exe --help\n```\n\n## License\n\nMIT. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fxcalxls2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazy-max%2Fxcalxls2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fxcalxls2csv/lists"}