{"id":18909559,"url":"https://github.com/neovici/nullxlsx","last_synced_at":"2025-04-15T06:29:48.621Z","repository":{"id":24685895,"uuid":"102213684","full_name":"Neovici/nullxlsx","owner":"Neovici","description":"Minimal JavaScript library to create XLSX spreadsheet and ZIP archive files.","archived":false,"fork":false,"pushed_at":"2024-04-10T04:26:12.000Z","size":1448,"stargazers_count":6,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T20:46:26.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/Neovici/nullxlsx","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neovici.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2017-09-02T17:49:38.000Z","updated_at":"2023-11-03T05:30:37.000Z","dependencies_parsed_at":"2024-02-21T08:29:27.430Z","dependency_job_id":"45d23325-0be7-43cf-9b47-25c209539632","html_url":"https://github.com/Neovici/nullxlsx","commit_stats":{"total_commits":38,"total_committers":11,"mean_commits":"3.4545454545454546","dds":0.6842105263157895,"last_synced_commit":"bd5249f99e675231d547de5ededa63a60d5a5733"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neovici%2Fnullxlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neovici%2Fnullxlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neovici%2Fnullxlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neovici%2Fnullxlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neovici","download_url":"https://codeload.github.com/Neovici/nullxlsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020407,"owners_count":21199555,"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-11-08T09:34:14.719Z","updated_at":"2025-04-15T06:29:48.601Z","avatar_url":"https://github.com/Neovici.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"NullXlsx\n========\n\n[![Build Status](https://github.com/Neovici/nullxlsx/workflows/Github%20CI/badge.svg)](https://github.com/Neovici/nullxlsx/actions?workflow=Github+CI)\n[![Maintainability](https://api.codeclimate.com/v1/badges/64979759c180a78e9a77/maintainability)](https://codeclimate.com/github/Neovici/nullxlsx/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/64979759c180a78e9a77/test_coverage)](https://codeclimate.com/github/Neovici/nullxlsx/test_coverage)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-red.svg)](https://www.webcomponents.org/element/Neovici/nullxlsx)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\nMinimal JavaScript library to create XLSX spreadsheet and ZIP archive files.\n\nNo dependencies, focused on library size only. Weights 10k minimized, 3k zipped.\n\n### Example usage\n\n```javascript\n// Data should be array of arrays\nvar data = [['Title 1', 'Title 2'],\n\t['Carl', 12.4, new Date(2017, 7 - 1, 10)],\n\t['Mia', 678, new Date()]\n];\n\n// Create xlsx\nvar xlsx = new NullXlsx('test.xlsx')\n\t.addSheetFromData(data, 'Sheet name');\n\n// Generate a link to download the file\ndocument.body.appendChild(xlsx.createDownloadLink('Download test.xlsx'));\n```\n\n### Distributables\nThe \"dist\" directory has three files:\n\nFile | Size (gz) |  Description\n--- | --- | ---\nnullzip.min.js | 4k (1.7k) | ZIP creator only\nnullxlsxonly.min.js | 9.9k (3.3k) | XLSX creator only (ZIP parts are there but not exposed)\nnullxlsx.min.js | 10k (3.4k) | Both\n\n### Development\n\nCurrently this is a node module, only to get closure compiler neatly integrated.\n\nThere is a doubt that this works with \"require\".\n\nMake a clone and then run `yarn` to prepare.\n\nEdit the files in src/.\n\nCompile again by re-running `yarn`.\n\n#### Tests\n\nTo run tests locally, run `yarn test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneovici%2Fnullxlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneovici%2Fnullxlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneovici%2Fnullxlsx/lists"}