Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"calculation",
"chart",
"data-analysis",
"data-science",
"data-visualization",
"ecma-376",
"excel",
"excelize",
"golang",
"microsoft",
"office",
"ooxml",
"pipy",
"python",
"spreadsheet",
"visualization",
"xlsm",
"xlsx",
"xlsxreader",
"xlsxwriter"
],
"is_fork": false,
"size_kb": 764,
"has_wiki": true,
"homepage": "https://xuri.me/excelize-py",
"languages": {
"C": 21793,
"Go": 130429,
"Python": 468151
},
"pushed_at": "2026-07-27T00:54:05Z",
"created_at": "2024-11-25T12:42:56Z",
"owner_type": "User",
"updated_at": "2026-07-14T19:03:18Z",
"description": "Excelize is a Python port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Python",
"significant_languages": [
"Python",
"Go"
]
},
"owner": {
"blog": "xuri.me",
"name": null,
"type": "User",
"login": "xuri",
"company": null,
"location": null,
"followers": 825,
"avatar_url": "https://avatars.githubusercontent.com/u/2809468?v=4",
"created_at": "2012-11-16T00:47:25Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 5006
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-12T02:51:13Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2026-02-28T02:37:52Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2025-12-11T01:00:00Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2025-12-03T01:27:55Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-10-30T11:54:51Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-10-16T02:30:30Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-05-18T16:06:45Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-02-24T03:17:04Z"
}
],
"recent_commits": [
{
"oid": "2934dd96c71b713ce0da43927aab3a487430de35",
"body": "- Upgrade the dependencies package version\n- Upgrade GitHub Action tool chains version",
"is_bot": false,
"headline": "Bump v0.1.0",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-07-12T02:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e2a8e730fb3c38f5c9d8dcb00b670d586403fd",
"body": "… version",
"is_bot": false,
"headline": "This related for xuri/excelize#2340, upgrade the dependencies package…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-06-20T07:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7bd26aa82c685d654d2a8a2b55e8754d7e93ca",
"body": "…show value as of pivot table data fields\n\n- Update unit tests\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "This related for xuri/excelize#2340, initialized support set and get …",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-06-18T01:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58dcf73c763dafe2688e0e39b5351b42003d2c06",
"body": "- Update documentation for the functions calc_cell_value, get_default_font and set_row_outline_level\n- Upgrade GitHub Action packages version",
"is_bot": false,
"headline": "Upgrade the dependencies package version",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-06-08T03:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d26b84e8528125bde81e0394d990fd038fc90e8",
"body": "- Add new font and formula fields in ChartTitle data type\n- Update docs for add_chart function\n- Update unit tests\n- Upgrade the dependencies package version\n- Upgrade GitHub Action packages version",
"is_bot": false,
"headline": "Support use formula in chart title, this related for xuri/excelize#2288",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-05-15T03:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a96280c3d3336c673403867a22806edcf343ef3",
"body": "- Remove SelectedItems fields in PivotTableOptions to fix build breaks",
"is_bot": false,
"headline": "Add new function: auto_fit_col_width",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-03-29T04:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e43c9eec84ca12f6e323ebd4b5345673acb4cae",
"body": "…ction\n\n- Support set line format for chart title, chart axis title and shapes\n- Support set chart title, chart axis title layout\n- Add exported ChartTitle class\n- Change title field data type of Chart class from []RichTextRun to ChartTitle\n- Change line field data type of Shape class from ShapeLine\n[…]\nons\n- Update README and unit tests\n- Update unit tests\n- Upgrade the dependencies package version\n- Upgrade GitHub Action packages version\n- This related for xuri/excelize#2154, and xuri/excelize#2271",
"is_bot": false,
"headline": "Breaking changes for the add_chart, add_chart_sheet and add_shape fun…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-03-28T02:05:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dcb7cdf9220f88ee2360750990b36bdd80b517e9",
"body": "- Update unit tests\n- Upgrade GitHub Action packages version",
"is_bot": false,
"headline": "Add 2 new functions: add_data_validation and new_data_validations (#43)",
"author_name": "shady-910",
"author_login": "shady-910",
"committed_at": "2026-03-09T01:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645d2ef184026ec49519b896b612ed458c84f5e7",
"body": "- Add new function: set_col_outline_level\n- Upgrade the dependencies package version\n- Upgrade GitHub Action tool chains version",
"is_bot": false,
"headline": "Bump v0.0.9 (#44)",
"author_name": "yan00353-0729",
"author_login": "yan00353-0729",
"committed_at": "2026-02-28T02:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5597198f19877aa57bee1ae59d89636041fa0edc",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: get_hyperlink_cells and get_sheet_protection",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-01-29T01:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d2ad6e5c7d0cf2f556e028e41a59700ffca487",
"body": "- Add new drop_lines and high_low_lines fields in ChartAxis class\n- Upgrade the dependencies package version\n- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: delete_form_control and get_form_controls",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-01-28T01:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd63779c1764d4271382872d2668f40ac68c16a",
"body": "- Add new Name field in GraphicOptions to support set and get graphic name\n- Update copyright info\n- Upgrade the dependencies package version\n- Update unit tests",
"is_bot": false,
"headline": "Add new function: get_pictures",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2026-01-19T01:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f80a83dbede8d9c081e573bd4572024b41d4421f",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: add_header_footer_image and add_ignored_errors",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-24T00:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f4724672f39211a92f78f5013986077bc60a94",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: get_page_margins and get_pivot_tables",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-23T00:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8126fe9c8dc048c12d1a182acaf9de042311c70",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: get_doc_props and get_page_layout",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-22T01:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e937f2d1cdfa69ce27756842bf09b6b32b1b48fa",
"body": "- Update unit tests\n- Fix build break caused by get_sheet_view function",
"is_bot": false,
"headline": "Add new function: get_cols",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-20T03:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07508dbf1a2249d784112e0579dc74a960f98efd",
"body": "- Upgrade the dependencies package version\n- Upgrade GitHub action tools version\n- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: get_sheet_view and get_slicers",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-19T01:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e457a02ba02602cb75c0da7596adc401acba6e",
"body": "- Update unit tests\n- FIx build break on Windows caused by missing header file included\n- Fix missing function parameter checking for set_cell_bool function\n- Remove CodeQL pipeline config",
"is_bot": false,
"headline": "Add 2 new functions: set_cell_default and set_cell_float",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-11T00:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a2155b43cd28c76e08bca8e8c8126dd81a6884a",
"body": "- Update unit tests\n- Made functions set_row, set_sheet_col and set_sheet_row function accept float data type value\n- Rename CodeQL config",
"is_bot": false,
"headline": "Add 2 new functions: get_custom_props and set_custom_props",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-09T16:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51766c00bfa3b3be0b61feb77e334047c0e3aed3",
"body": "- Update unit tests\n- Automating dependabot tasks with GitHub Actions",
"is_bot": false,
"headline": "Add new functions: get_calc_props and set_calc_props",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-09T00:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33829810705046608aadcc4d5ba40a3a1e5a25d",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add new functions: join_cell_name and split_cell_name",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-08T01:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bda115e09ab851cde0fdb5a666e604a924a9b78",
"body": "- Add new 6 rows iterator functions to support stream reader\n- rows\n- rows.close\n- rows.columns\n- rows.error\n- rows.get_row_opts\n- rows.next\n- Fix get_rows function skip the empty rows\n- Upgrade the dependencies package version\n- Using escape tab control character in the code doc blocks",
"is_bot": false,
"headline": "This closes #33 and #38, upgrade version to v0.0.8",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-07T03:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e001edd2d631ed00235e5b350a22d3baafa765",
"body": "- Upgrade GitHub Action tool chains version",
"is_bot": false,
"headline": "This closes #37, bump v0.0.7",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-12-03T01:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98942a5f6c6d128c214a5c12bd9b0516e8240694",
"body": "- Upgrade the dependencies package version\n- Support set the data point color for doughnut, pie and 3D pie chart\n- Add new ChartDataPoint data type\n- Add new field DataPoint in the ChartSeries data type\n- Automating dependabot tasks with GitHub Actions\n- Upgrade GitHub Action tool chains version",
"is_bot": false,
"headline": "This closes #34 and closes #35, add new function: get_merge_cells (#36)",
"author_name": "Tobias",
"author_login": "tostenzel",
"committed_at": "2025-12-02T03:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de648cd801d13fa7489d3b6a504c9dc3b84501ea",
"body": "- Bump v0.0.6\n- Build Linux ARM64 version shared library with glibc 2.17 for more compatibility\n- Update build flag to trim path for shared library\n- Update GitHub Action, test with Python 3.15.0\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "This closes #32, support x86_64 Python build on ARM64 Windows",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-10-30T11:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712e1bb26bbfb3b452b8469ae17340629a3160b5",
"body": "- Upgrade the dependencies package version\n- Upgrade GitHub Action tool chains version\n- New logo for excelize-py",
"is_bot": false,
"headline": "Bump v0.0.5",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-10-16T00:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb02bb2001cec3fafdd123a7562dc45ed7fbec4a",
"body": "Co-authored-by: oliver <yx1569@york.ac.uk>",
"is_bot": false,
"headline": "Add new function: set_app_props (#30)",
"author_name": "OliverX",
"author_login": "YafeiXie1",
"committed_at": "2025-10-04T03:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e62db79f04e54efddaa5ac0e016cd66ebe19dce2",
"body": null,
"is_bot": false,
"headline": "Add new function: get_defined_name (#29)",
"author_name": "Tseluyko Alexander",
"author_login": "Siyet",
"committed_at": "2025-09-27T03:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834d53f09e0d1b9a9038d8a75342ddb3caf9827f",
"body": "- Support create 4 kinds of box and whisker stock charts: \"High-Low-Close\", \"Open-High-Low-Close\", \"Volume-High-Low-Close\", \"Volume-Open-High-Low-Close\"\n- Add new ChartUpDownBar data type\n- Add 2 new fields up_bars and down_bars in the ChartPlotArea type\n- Upgrade the dependencies package version\n- Upgrade GitHub action tools version",
"is_bot": false,
"headline": "Add 4 stock chart support for add_chart and add_chart_sheet function",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-09-06T14:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b56ece5a2fff51160f89d6633b2d28926280f5",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add new function: unset_conditional_format (#28)",
"author_name": "Leo012345678",
"author_login": "jady1in",
"committed_at": "2025-08-24T08:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c75354d17bc1ee1f0d9193148f29d5da12f6c3",
"body": "- Update unit tests\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Support negative number in function parameter",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-22T05:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336a43b1d984a2c9108e634408cba02c80dc1069",
"body": "- Add Transparency field in the Fill data type\n- Add argument data type checking for set_cell_hyperlink function",
"is_bot": false,
"headline": "Upgrade the Excelize library version",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-17T04:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f3211f6ffd9c0add3a64744161ba30441a1608",
"body": "- set_cell_int\n- set_cell_rich_text\n- set_cell_str\n- set_cell_style\n- set_col_outline_level\n- set_col_style\n- set_col_width\n- set_conditional_format\n- set_default_font\n- set_defined_name\n- set_doc_props\n- set_header_footer\n- set_page_layout\n- set_page_margins\n- set_panes",
"is_bot": false,
"headline": "Add argument data type checking for 15 functions",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-15T12:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7339b3686503fefb0840db6f1b5a0ab01dc37b10",
"body": "- cell_name_to_coordinates\n- column_name_to_number\n- column_number_to_name\n- coordinates_to_cell_name\n- open_file\n- open_reader\n- set_row_height\n- set_row_outline_level\n- set_row_style\n- set_row_visible\n- set_sheet_background\n- set_sheet_background_from_bytes\n- set_sheet_col\n- set_sheet_dimension\n- set_sheet_name\n- set_sheet_props\n- set_sheet_row\n- set_sheet_view\n- set_sheet_visible\n- set_workbook_props\n- unmerge_cell\n- unprotect_sheet\n- unprotect_workbook\n- Upgrade build tool chain version",
"is_bot": false,
"headline": "Add argument data type checking for 23 functions:",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-14T13:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61662555c44704d82debeba1189d48098596574",
"body": "- add_comment\n- add_form_control\n- add_picture\n- add_picture_from_bytes\n- add_pivot_table\n- add_shape\n- add_slicer\n- add_sparkline\n- add_table\n- add_vba_project\n- auto_filter\n- calc_cell_value\n- copy_sheet\n- delete_chart\n- delete_comment\n- delete_defined_name\n- delete_picture\n- delete_sheet\n- delete\n[…]\n\n- new_conditional_style\n- new_sheet\n- new_style\n- protect_sheet\n- protect_workbook\n- remove_col\n- remove_page_break\n- remove_row\n- search_sheet\n- set_active_sheet\n- set_cell_formula\n- set_col_visible",
"is_bot": false,
"headline": "Add argument data type checking for 59 functions",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-12T13:52:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "394832506e2e69c8040f69e583647e78a81177c6",
"body": "- get_cell_value\n- set_cell_value\n- save\n- save_as\n- new_stream_writer\n- sw.add_table\n- sw.insert_page_break\n- sw.merge_cell\n- sw.set_col_width\n- sw.set_panes\n- sw.set_row\n- Update unit tests",
"is_bot": false,
"headline": "Add argument data type checking for 11 functions",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-08-11T15:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb33e06a87675bad48095799056c902d83b5b52",
"body": null,
"is_bot": false,
"headline": "Add new function: unprotect_workbook (#26)",
"author_name": "Laolaowwu",
"author_login": "Laolaowwu",
"committed_at": "2025-07-20T10:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7264f79bc8a95c203a8120af07465d44bff4702a",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add new function: get_sheet_visible (#25)",
"author_name": "Leopard31415926",
"author_login": "Leopard31415926",
"committed_at": "2025-07-19T02:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2bcaeb4911738b678396ae87ed121a181dd8928",
"body": "- Add dash and fill fields in the ChartLine class\n- Add border field in the ChartMarker class\n- Add font field in the ChartLegend class\n- Add legend field in the ChartSeries class\n- Add new ChartDashType class\n- Support setting dash line and marker border type of charts\n- Support setting dash type of line charts\n- Support setting font for chart legends",
"is_bot": false,
"headline": "Upgrade the Excelize library version",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-07-15T16:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bed37df1cd9eab7d11ebfa92dab0cb727ee7c8a",
"body": "- Update docs for the functions\n- Add TmpDir field in the Options data type",
"is_bot": false,
"headline": "Upgrade the dependencies package version",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-07-09T00:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de550ccec136cec5a0da2c336127e28ad8bc7fbb",
"body": null,
"is_bot": false,
"headline": "Add new function: unprotect_sheet (#24)",
"author_name": "Jameshu0513",
"author_login": "Jameshu0513",
"committed_at": "2025-06-29T03:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6a4400e203f7fa0d466b4139a7fc340c9882fe",
"body": "- Update docs for the functions\n- Upgrade build tool chain version",
"is_bot": false,
"headline": "Upgrade the dependencies package version",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-06-26T16:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397fcbb83e198063742e10cb65bfad0021bc2059",
"body": "- Rename set_row_outline to set_row_outline_level\n- Update unit tests",
"is_bot": false,
"headline": "Add 2 functions: get_row_outline_level and get_row_height (#22)",
"author_name": "xiaoq898",
"author_login": "xiaoq898",
"committed_at": "2025-06-01T09:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed478809be364ec1299f97022d45e03b298e2c8",
"body": "- Update unit tests\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Add new function: get_sheet_props (#23)",
"author_name": "JerryLuo-2005",
"author_login": "JerryLuo-2005",
"committed_at": "2025-05-31T01:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3cba35e08668189911536deb81f9512b2d9ef99",
"body": null,
"is_bot": false,
"headline": "Upgrade the dependencies package version (#20)",
"author_name": "Now-Shimmer",
"author_login": "Now-Shimmer",
"committed_at": "2025-05-18T16:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448ba54f048dd9f20f0b11969ce904b23d96353e",
"body": "…lock (#19)",
"is_bot": false,
"headline": "Update GitHub Action configuration, setting an explicit permissions b…",
"author_name": "crush-wu",
"author_login": "crush-wu",
"committed_at": "2025-05-05T04:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c6bf44082ef5881f159cd3eb566a2db454a36e",
"body": "- Add support for working with 32 bits Python on 64 bits Windows\n- Add show_data_table and show_data_table_keys fields in the ChartPlotArea class\n- Bump v0.0.4\n- Update documentation for the add_form_control\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "This closes #7, build shared library on Linux to fix invalid ELF header",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-05-04T06:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "035a0f8d04a4b6e7910c51e942c291cae5e635d9",
"body": "…#18)\n\n- Update unie tests",
"is_bot": false,
"headline": "Add 3 new functions: get_comments, get_sheet_list and get_sheet_map (…",
"author_name": "LZCZ",
"author_login": "LZCZ",
"committed_at": "2025-04-29T11:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fc248e85d5144cac2899c07425c1bc0717bba3",
"body": "…#16)\n\n- set_doc_props\n- set_header_footer\n- set_page_layout\n- set_page_margins\n- set_panes\n- set_row_outline\n- set_row_style\n- set_row_visible\n- set_sheet_background\n- set_sheet_background_from_bytes\n- set_sheet_col\n- set_sheet_dimension\n- set_sheet_name\n- set_sheet_props\n- set_sheet_view\n- set_sheet_visible\n- set_workbook_props\n- ungroup_sheets\n- unmerge_cell\n- update_linked_value\n- cell_name_to_coordinates\n- open_reader",
"is_bot": false,
"headline": "Throw an exception if a error occurs in the following 22 functions: (…",
"author_name": "LZCZ",
"author_login": "LZCZ",
"committed_at": "2025-04-06T11:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e036cfde2ecff5c717669263113e5380cb53503a",
"body": null,
"is_bot": false,
"headline": "Add new function: get_col_width (#14)",
"author_name": "hm3248",
"author_login": "hm3248",
"committed_at": "2025-03-30T13:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5082cae70030376e177e50d9370b97ef43c9cf27",
"body": "- new_style\n- protect_sheet\n- protect_workbook\n- remove_col\n- remove_page_break\n- search_sheet\n- set_cell_bool\n- set_cell_hyperlink\n- set_cell_int\n- set_cell_rich_text\n- set_cell_str\n- set_cell_style\n- set_col_outline_level\n- set_col_style\n- set_col_visible\n- set_col_width\n- set_conditional_format\n- set_default_font\n- set_defined_name\n- stream writer's add_table\n- stream writer's insert_page_break\n- stream writer's merge_cell\n- stream writer's set_col_width\n- stream writer's set_panes",
"is_bot": false,
"headline": "Throw an exception if a error occurs in the following 24 functions:",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-03-13T00:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a10d2e61c3d657f45ee9f397ec3280f9866a6b",
"body": "- get_app_props\n- get_cell_formula\n- get_cell_hyperlink\n- get_cell_rich_text\n- get_cell_style\n- get_col_outline_level\n- get_col_style\n- get_col_visible\n- get_default_font\n- get_row_visible\n- get_sheet_dimension\n- get_sheet_index\n- get_sheet_name\n- get_style\n- get_tables\n- get_workbook_props\n- group_\n[…]\nts\n- insert_cols\n- insert_page_break\n- move_sheet\n- new_conditional_style\n- new_stream_writer\n- stream writer's set_row\n- stream writer's flush\n\nUpdate example code block in the function documentation",
"is_bot": false,
"headline": "Throw an exception if a error occurs in the following 24 functions:",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-03-12T01:36:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48e8a039b64d9862a785e3206652f0d819628f15",
"body": "- add_chart_sheet\n- add_comment\n- add_form_control\n- add_picture_from_bytes\n- add_pivot_table\n- add_shape\n- add_slicer\n- add_sparkline\n- add_table\n- add_vba_project\n- auto_filter\n- calc_cell_value\n- copy_sheet\n- delete_chart\n- delete_comment\n- delete_defined_name\n- delete_picture\n- delete_sheet\n- delete_slicer\n- duplicate_row\n- duplicate_row_to\n- save",
"is_bot": false,
"headline": "Throw an exception if a error occurs in the following 22 functions:",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-03-11T01:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "899be9fe78db831c3772e71c4f11602c05c05aae",
"body": "- add_chart\n- add_picture\n- coordinates_to_cell_name\n- get_cell_value\n- get_rows\n- new_sheet\n- open_file\n- save_as\n- set_active_sheet\n- set_cell_value\n- set_row_height\n- set_sheet_row",
"is_bot": false,
"headline": "Throw an exception if a error occurs in the following 12 functions:",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-03-10T08:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c2d7bed7e396f84271af674d2c8a2a199dd67f",
"body": "- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Fix array size allocate overflow",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-02-24T03:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336f5edd172f286198148b6645b0ac912a9aeb25",
"body": null,
"is_bot": false,
"headline": "Add new function: get_sheet_name (#13)",
"author_name": "YHTU",
"author_login": "Hiraeth-yh",
"committed_at": "2025-02-23T09:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5dc0e1c3e189081460755506f7b8ea30cc9bbb",
"body": "- Update unit tests",
"is_bot": false,
"headline": "Add 2 new functions: group_sheets and insert_page_break (#12)",
"author_name": "tanz3",
"author_login": "tanz3",
"committed_at": "2025-02-22T01:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb3d1fce5a15e6e8757b0e7fff690ebde5e5dcb",
"body": "- Lint Python code and update functions comments\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Build with Go 1.24.x and upgrade build tool chains",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-02-13T00:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f64ad99726c9ccada267e06f76cfb485be25420d",
"body": "- Updated unit tests",
"is_bot": false,
"headline": "Add 2 new functions: get_workbook_props and insert_rows (#11)",
"author_name": "Fushiqihefrog",
"author_login": "Fushiqihefrog",
"committed_at": "2025-02-11T00:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ad3b24cb876e21f7b079c005008c8f677940c3",
"body": "- Update unie tests",
"is_bot": false,
"headline": "Add new function: get_col_outline_level (#10)",
"author_name": "hly-717",
"author_login": "hly-717",
"committed_at": "2025-02-10T01:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4645441532ea8d7fcc7381bb6ddf546a857fc8",
"body": "- Simplify code for the c_value_to_py function\r\n- Set zero value for C NULL pointer to void garbage memory address value\r\n- Update unit tests\r\n- Update example in README\r\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Add 2 new functions: get_cell_rich_text and set_doc_props (#9)",
"author_name": "Arpelicy",
"author_login": "Arpelicy",
"committed_at": "2025-02-09T00:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fa2b24cf464b60a0332413546018b42c26f12a",
"body": "- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add new function search_sheet (#8)",
"author_name": "miaoyinyang",
"author_login": "miaoyinyang",
"committed_at": "2025-02-01T08:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8eb2e6763c1a1ffe4d8a60d402c667c1fddfc6",
"body": "…ol_width and set_panes\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new stream mode functions: insert_page_break, merge_cell, set_c…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-01-08T01:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d0e021f623801f72ee2e018ac011e79de96de80",
"body": "- Add 4 new functions: new_stream_writer, add_table, set_row and flush\n- Update unit tests and docs for the function\n- Upgrade the dependencies package version\n- Using form template for GitHub issues",
"is_bot": false,
"headline": "Initialize stream writer support",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-01-07T00:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7199a6019a7160efa702894895ab2ace13926be",
"body": "… and get_row_visible\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: get_col_style, get_col_visible, get_default_font…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-01-06T00:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9a9d2398bdf793492564dcaec2e6bf2ce5e8a7",
"body": "…_break and remove_row\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: delete_defined_name, get_cell_style, remove_page…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-01-03T00:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e115654d6162b2337f2c0a460a89d64ca25b4a5",
"body": "…cols\n\n- Update unit tests and docs for the function\n- Combine structures for fields with the same data types\n- Fix get tables error\n- Update GitHub action config, run tests on Linux",
"is_bot": false,
"headline": "Add 3 new functions: get_sheet_dimension, get_sheet_index and insert_…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2025-01-01T05:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37440afc73b94cec2a0ca6b9c7f6fc7dbd3dffa",
"body": "…et_row_visible\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: get_tables, set_row_outline, set_row_style and s…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-31T01:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f38fe682c1e4ac81a91a99399dba9191b750c8",
"body": "…me and set_sheet_props\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: set_sheet_col, set_sheet_dimension, set_sheet_na…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-30T04:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23424611f9fde1825d403d4254267a38f149c19b",
"body": "…gins and set_panes\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: set_header_footer, set_page_layout, set_page_mar…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-27T01:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e22bff7d53cc427dd4f1e5d18be98cc01d19f44",
"body": "…set_row_height\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: protect_sheet, protect_workbook, move_sheet and …",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-26T01:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da5bc37da33f8778233d6ca0a1b7b5504a6d86a",
"body": "…al_format and set_default_font\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: move_sheet, new_conditional_style, set_condition…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-25T02:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49e57c1fcebf45ad00d9615888fff8962d5ee79",
"body": "- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 3 new functions: set_col_style, set_col_visible and set_col_width",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-24T00:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac3c8f89f0901b49070dc10fd0138746f649ac6",
"body": "- Update unit tests and docs for the function\n- Setup security policy and code scanning",
"is_bot": false,
"headline": "Add 3 new functions: set_cell_int, set_cell_rich_text and set_cell_str",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-23T01:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc21761074f8d5accfa62934d582bd0d39d2adb9",
"body": "…_outline_level and set_defined_name\n\n- Update unit tests and docs for the function\n- Upgrade the dependencies package version\n- Made unit test save workbook in the test folder\n- The cValueToGo and py_value_to_c functions support convert byte array data type (Go: []byte and Python: bytes)",
"is_bot": false,
"headline": "Add 4 new functions: add_picture_from_bytes, add_vba_project, set_col…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-22T03:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeafd90c32c55e94f04986ea9317befa1ead0b1f",
"body": "…update_linked_value\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 4 new functions: set_cell_bool, ungroup_sheets, unmerge_cell and …",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-19T01:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32bf4f799742425cd5e770e62ca20e0e21540d64",
"body": "…ok_props\n\n- Upgrade the dependencies package version",
"is_bot": false,
"headline": "Add 3 new functions: set_sheet_view, set_sheet_visible and set_workbo…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-18T02:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b7ea29918548ad4008fa1d42da79613e7335a8",
"body": "- Update unit tests and docs for the function\n- Move some markdown files into .github directory",
"is_bot": false,
"headline": "Add 3 new functions: merge_cell, open_reader and set_sheet_background",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-17T01:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa677fe852e08dfb8738f48884c3075fd6301d17",
"body": "Add 3 new functions: get_cell_formula, get_cell_hyperlink and set_cell_hyperlink\n\n- Upgrade the Excelize library version\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Python version 3.9 or later required",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-10T01:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55dc7594aafc831ab1e725c9f129e67a16bd9a5",
"body": "- Add 386 arch support\n- Update GitHub Action config\n- New functions auto_filter, calc_cell_value and set_cell_formula has been added\n- Improve compatible with Python 3.9\n- Update unit tests and docs of the function\n- Add pull request template",
"is_bot": false,
"headline": "Python version 3.10 or later required",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-09T01:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15df3dc8488b7dc9b6ff785c0ac95159378a005b",
"body": "- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 3 new functions: add_slicer, add_sparkline and add_table",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-07T05:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97210c51a42ad78d1f1cf590f5d4452918e9260e",
"body": "- Upgrade dependencies packages\n- Update unit tests\n- Add data types for slicer",
"is_bot": false,
"headline": "New function add_form_control and add_shape has been added (#6)",
"author_name": "Zhang Zhipeng",
"author_login": "peng",
"committed_at": "2024-12-06T00:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030ae2484e6b76ab260d09e1153e7c4718bc655e",
"body": "…et_active_sheet_index and get_app_props\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "Add 5 new functions: add_chart_sheet, add_comment, add_pivot_table, g…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-12-04T23:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cafda319f5461cf1d7171ad7ce9188ea35d930ff",
"body": "…umn_number_to_name (#4)\n\n- Update unit tests and docs for the function",
"is_bot": false,
"headline": "New functions cell_name_to_coordinates, column_name_to_number and col…",
"author_name": "Constance",
"author_login": "covv",
"committed_at": "2024-12-04T01:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97205094c588e95eedc6b99c3cfe7863f69d1889",
"body": "- Update unit tests and docs for the function\r\n- Add example code in the README",
"is_bot": false,
"headline": "New function add_picture (#3)",
"author_name": "Tammy",
"author_login": "tvso",
"committed_at": "2024-12-03T00:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da94b03dda8d44eb1087e22a3fcb880ca6206ecf",
"body": "- Update unit tests and docs for the function\r\n- Simplify example code in README",
"is_bot": false,
"headline": "New function add_chart (#2)",
"author_name": "wanghaochen2024",
"author_login": "wanghaochen2024",
"committed_at": "2024-12-02T01:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb5cfcda90274154f907dabb2c01fc13bcc6c31",
"body": "…ed (#1)\n\n- Update unit tests and docs for the function\r\n- Sort function by alphabet order",
"is_bot": false,
"headline": "New functions coordinates_to_cell_name and set_sheet_row has been add…",
"author_name": "zhangyimingdatiancai",
"author_login": "zhangyimingdatiancai",
"committed_at": "2024-12-01T04:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3703c51fee1684d3606898e86118c90153dce55",
"body": "…_rows has been added\n\n- Update README and docs for the functions\n- Update unit tests\n- Simplify code",
"is_bot": false,
"headline": "New functions duplicate_row, duplicate_row_to, get_cell_value and get…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-11-30T10:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a92baf6ec9d7f4a7c2f3c53bee7b7497fb5a5e",
"body": "… added\n\n- Add docs for the functions\n- Format code and update unit tests",
"is_bot": false,
"headline": "New functions delete_picture, delete_sheet and delete_slicer has been…",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-11-28T23:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9000288106204c4edcdf99a94057151257f2c756",
"body": "- New functions copy_sheet, delete_chart and delete_comment has been added\n- Improve compatible with Python 3.9\n- Update unit tests",
"is_bot": false,
"headline": "Python version 3.9 or later required",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-11-28T00:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e880b20dde35bae9fd20a88e4fade4be403ba3",
"body": "- Update README and load_lib function\n- Bump version 0.0.2",
"is_bot": false,
"headline": "Add logo for the project and ARM64 Linux platform support",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-11-26T16:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799f013ca374542674fc0240df1d71a1147eee0a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "xuri",
"author_login": "xuri",
"committed_at": "2024-11-26T13:35:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 36,
"latest_release_at": "2026-07-12T02:51:13Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 22,
"days_since_latest_release": 20,
"mean_days_between_releases": 71.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/xuri/excelize-py",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/xuri/excelize-py",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/xuri/excelize-py",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-12T02:43:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 20
},
{
"name": "excelize",
"exists": true,
"license": "BSD 3-Clause",
"keywords": [
"excelize",
"excel",
"xlsx",
"xlsm",
"xltx",
"xltm",
"xls",
"spreadsheet",
"workbook",
"vba",
"macro",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15",
"Programming Language :: Python :: 3.9"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/excelize/",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://github.com/xuri/excelize-py",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-11-26T15:32:22.242267Z",
"latest_published_at": "2026-07-12T02:58:33.745697Z",
"latest_version_yanked": null,
"days_since_latest_publish": 20
}
]
},
"popularity": {
"forks": 27,
"stars": 49,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2024-12-01",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-09",
"count": 2
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
}
],
"complete": true,
"collected": 27,
"total_forks": 27
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 275336,
"source_files_sampled": 7,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"setup.py"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 24
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"pypi"
],
"dependencies": [
{
"name": "github.com/xuri/excelize/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.11.0"
},
{
"name": "golang.org/x/image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/xuri/excelize/v2",
"direct": true,
"version": "v2.11.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/image",
"direct": true,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "github.com/richardlehane/mscfb",
"direct": false,
"version": "v1.0.7",
"ecosystem": "go"
},
{
"name": "github.com/richardlehane/msoleps",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/tiendc/go-deepcopy",
"direct": false,
"version": "v1.7.2",
"ecosystem": "go"
},
{
"name": "github.com/xuri/efp",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/xuri/nfp",
"direct": false,
"version": "v0.0.2-0.20250530014748-2ddeb826f9a9",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.57.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 2,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 27,
"open_issues": 3,
"closed_ratio": 0.769,
"closed_issues": 10,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "xuri",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/2809468?v=4"
},
{
"type": "User",
"login": "LZCZ",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/74762395?v=4"
},
{
"type": "User",
"login": "Arpelicy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/165371648?v=4"
},
{
"type": "User",
"login": "covv",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/40845445?v=4"
},
{
"type": "User",
"login": "Fushiqihefrog",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/164356364?v=4"
},
{
"type": "User",
"login": "Jameshu0513",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/216258151?v=4"
},
{
"type": "User",
"login": "JerryLuo-2005",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/212068525?v=4"
},
{
"type": "User",
"login": "Laolaowwu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/118643191?v=4"
},
{
"type": "User",
"login": "jady1in",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/203012599?v=4"
},
{
"type": "User",
"login": "Leopard31415926",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/219368815?v=4"
}
],
"contributors_sampled": 27,
"top_contributor_share": 0.707
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 1,
"reason": "SAST tool is not run on all commits -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2934dd96c71b713ce0da43927aab3a487430de35",
"ran_at": "2026-08-01T16:07:26Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T05:33:48Z",
"oldest_open_prs": [
{
"number": 51,
"created_at": "2026-07-20T03:03:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-07-27T00:54:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-03-09T01:52:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 21,
"created_at": "2025-05-20T16:32:01Z",
"last_comment_at": "2025-05-21T02:23:52Z",
"last_comment_author": "xuri"
},
{
"number": 27,
"created_at": "2025-07-21T22:45:29Z",
"last_comment_at": "2025-07-23T02:30:09Z",
"last_comment_author": "xuri"
},
{
"number": 31,
"created_at": "2025-10-29T09:05:42Z",
"last_comment_at": "2025-10-29T13:23:10Z",
"last_comment_author": "fzumstein"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/xuri/excelize-py",
"host": "github.com",
"name": "excelize-py",
"owner": "xuri"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 69 is calibrated to 81 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 69,
"calibrated": 81,
"calibration": "2026-08-02"
}
}
],
"value": 81,
"inputs": {
"security": 70,
"vitality": 78,
"community": 66,
"governance": 65,
"calibration": "2026-08-02",
"engineering": 71,
"ai_readiness": 42,
"weighted_overall_raw": 69
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 20,
"mean_days_between_releases": 71.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 20 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 20
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 23,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 23 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 23
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 66,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 27,
"stars": 49,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "49 stars",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 49
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "27 forks",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 27
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 27,
"top_contributor_share": 0.707
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 71% of commits",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "27 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 27
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"merged_prs": 27,
"open_issues": 3,
"closed_issues": 10,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.769,
"closed_unmerged_prs": 10,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/37 decided PRs merged",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 37
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"followers": 825,
"owner_type": "User",
"is_verified": null,
"owner_login": "xuri",
"public_repos": 27,
"account_age_days": 5006
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "825 followers of xuri",
"points": 21,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 825,
"login": "xuri"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~13 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/xuri/excelize-py",
"excelize"
],
"ecosystems": "go, pypi",
"any_deprecated": false,
"min_days_since_publish": 20
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on go, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "go, pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 20 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 20
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 71,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"calculation",
"chart",
"data-analysis",
"data-science",
"data-visualization",
"ecma-376",
"excel",
"excelize",
"golang",
"microsoft",
"office",
"ooxml",
"pipy",
"python",
"spreadsheet",
"visualization",
"xlsm",
"xlsx",
"xlsxreader",
"xlsxwriter"
],
"has_wiki": true,
"homepage": "https://xuri.me/excelize-py",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://xuri.me/excelize-py",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "20 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 20
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 10 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 42,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.674,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "62 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 62,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 92",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 92
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 275336,
"source_files_sampled": 7,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/7 source files over 60KB",
"points": 31.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 11
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T16:07:44.181565Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xuri/excelize-py.svg",
"full_name": "xuri/excelize-py",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}