{"id":31037079,"url":"https://github.com/0xfnzero/fxpoi","last_synced_at":"2026-01-11T04:47:18.161Z","repository":{"id":56830925,"uuid":"221860796","full_name":"0xfnzero/fxpoi","owner":"0xfnzero","description":"fxpoi is a flutter plugins for read/export excel, csv","archived":false,"fork":false,"pushed_at":"2019-11-20T09:27:02.000Z","size":16176,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T07:35:24.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xfnzero.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}},"created_at":"2019-11-15T06:40:30.000Z","updated_at":"2020-05-28T09:11:49.000Z","dependencies_parsed_at":"2022-09-09T17:11:36.525Z","dependency_job_id":null,"html_url":"https://github.com/0xfnzero/fxpoi","commit_stats":null,"previous_names":["0xfnzero/fxpoi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xfnzero/fxpoi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xfnzero%2Ffxpoi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xfnzero%2Ffxpoi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xfnzero%2Ffxpoi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xfnzero%2Ffxpoi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xfnzero","download_url":"https://codeload.github.com/0xfnzero/fxpoi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xfnzero%2Ffxpoi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062965,"owners_count":25398888,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-14T04:48:44.804Z","updated_at":"2026-01-11T04:47:18.135Z","avatar_url":"https://github.com/0xfnzero.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fxpoi\n\nfxpoi is a Flutter plugins for read/export excel, csv.\n\n## Getting Started\n \n 1. Read excel/csv to list\n ```dart\n import 'package:fxpoi/fxpoi.dart';\n \n var filePath = \"/usr/local/users.csv\"; // or users.xls|xlsx\n int offsetLine = 0;\n int limitLine = 1000;\n var list = await Fxpoi.readExcelCSVByPage(\n                          filePath, offsetLine, limitLine);\n for (int i = 0; i \u003c= list.length; i++) {\n   var item = list[i];\n   debugPrint(\"item: $item \\n\");\n   debugPrint(\"item1: ${item[0]} \\n\");\n   debugPrint(\"item2: ${item[1]} \\n\");\n }\n \n ```\n \n  2. Get the number of excel/csv rows\n   ```dart\n import 'package:fxpoi/fxpoi.dart';\n \n var filePath = \"/usr/local/users.xls\"; // or users.csv|xlsx\n int rowCount = await Fxpoi.getRowCount(filePath);\n \n ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xfnzero%2Ffxpoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xfnzero%2Ffxpoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xfnzero%2Ffxpoi/lists"}