{"id":14064034,"url":"https://github.com/grdvsng/ExcelWorkBooks","last_synced_at":"2025-07-29T17:31:43.077Z","repository":{"id":221837166,"uuid":"191525517","full_name":"grdvsng/ExcelWorkBooks","owner":"grdvsng","description":"If you need make some script use excel you can fast create com object with work book and application.","archived":false,"fork":false,"pushed_at":"2019-06-12T14:52:16.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-05-22T22:35:08.623Z","etag":null,"topics":["admin","excel","powershell","powershell-module","powershell-script","scripts","vba","vba-excel"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grdvsng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-06-12T08:00:30.000Z","updated_at":"2024-08-13T07:06:03.624Z","dependencies_parsed_at":null,"dependency_job_id":"042f68c5-e496-4497-8525-c453d11e0185","html_url":"https://github.com/grdvsng/ExcelWorkBooks","commit_stats":null,"previous_names":["grdvsng/excelworkbooks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grdvsng%2FExcelWorkBooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grdvsng%2FExcelWorkBooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grdvsng%2FExcelWorkBooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grdvsng%2FExcelWorkBooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grdvsng","download_url":"https://codeload.github.com/grdvsng/ExcelWorkBooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032922,"owners_count":17858917,"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":["admin","excel","powershell","powershell-module","powershell-script","scripts","vba","vba-excel"],"created_at":"2024-08-13T07:03:38.502Z","updated_at":"2024-12-04T02:31:03.806Z","avatar_url":"https://github.com/grdvsng.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# ExcelWorkBooks\n\u003e ## ExcelWorkBooks class for easy use Excel WorkBook in PowerShell.\n### If you need make some script use excel you can fast create com object with work book and application.\n#### example (if we need create new Book):\n```PowerShell\n\n# __init__ ([path of excel file], [create file if not exist], [made application visible or not])\n\n[ExcelWorkBooks]$WB = [ExcelWorkBooks]::new(\".\\Foo.csv\", $true, $false);\n$WB.Application.Range(\"A1\") = \"Hello PS!\";\n$WB.WorkBook.ActiveSheet.Cells(1,2) = 0;\n\n# Kill Com objects(Boolean[Save doc or not])\n$WB.Quit($true)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrdvsng%2FExcelWorkBooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrdvsng%2FExcelWorkBooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrdvsng%2FExcelWorkBooks/lists"}