{"id":22845245,"url":"https://github.com/yanemil/xlsxopera","last_synced_at":"2025-03-31T05:26:48.281Z","repository":{"id":65145834,"uuid":"566874938","full_name":"yanemil/xlsxopera","owner":"yanemil","description":"Work on xlsx files. Convert to list, dict. Get rows, cols, headers, cell values, positions and more.","archived":false,"fork":false,"pushed_at":"2023-07-20T10:45:16.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-20T21:06:55.536Z","etag":null,"topics":["excel","excelreader","microsoft-excel","python","python3","spreadsheet","spreadsheets","workbook","worksheet","xls","xlsx","xlsx-files","xlsx-spreadsheet","xlsx-workbook"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/xlsxopera/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanemil.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-11-16T15:47:09.000Z","updated_at":"2022-12-31T00:18:34.000Z","dependencies_parsed_at":"2023-07-26T09:31:30.644Z","dependency_job_id":null,"html_url":"https://github.com/yanemil/xlsxopera","commit_stats":null,"previous_names":["yanemil/xlsxopera","voidayan/xlsxopera"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanemil%2Fxlsxopera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanemil%2Fxlsxopera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanemil%2Fxlsxopera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanemil%2Fxlsxopera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanemil","download_url":"https://codeload.github.com/yanemil/xlsxopera/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246421090,"owners_count":20774439,"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":["excel","excelreader","microsoft-excel","python","python3","spreadsheet","spreadsheets","workbook","worksheet","xls","xlsx","xlsx-files","xlsx-spreadsheet","xlsx-workbook"],"created_at":"2024-12-13T03:16:29.364Z","updated_at":"2025-03-31T05:26:48.261Z","avatar_url":"https://github.com/yanemil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xlsxopera\nWorking on xlsx (Microsoft Excel) files. Convert to list, dict, get headers, cell values, positions and more.\n\nDeveloped by yanemil (c) 2022\n\n## Install\n\nInstall package from pip:\n```\npip3 install xlsxopera\n```\nNote: Required packages is openpyxl\n## How to work\n\nCreate an object\n\n```python\nfrom xlsxopera import Notebook\n\n# Load file to operate and sheet name\nnotebook = Notebook(\"file-to-path.xlsx\", \"sheet_name\")\n# Or load file to operate without sheet name. Default will be active spreadsheet.\nnotebook = Notebook(\"file-to-path.xlsx\")\n```\n\nGet rows in list of lists:\n```python\n# Get all rows (from 1 to last)\nrows_in_spreadsheet = notebook.list_rows()\n# Get rows (for e.g, from 9 to 13)\nrows_in_spreadsheet = notebook.list_rows(start=9, end=13)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanemil%2Fxlsxopera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanemil%2Fxlsxopera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanemil%2Fxlsxopera/lists"}