{"id":13707016,"url":"https://github.com/PopovGP/Export-MS-Project-to-MS-Excel","last_synced_at":"2025-05-05T23:31:59.764Z","repository":{"id":196713474,"uuid":"231899403","full_name":"PopovGP/Export-MS-Project-to-MS-Excel","owner":"PopovGP","description":"Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).","archived":false,"fork":false,"pushed_at":"2024-07-22T18:51:17.000Z","size":1128,"stargazers_count":32,"open_issues_count":4,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-13T15:49:23.985Z","etag":null,"topics":["excel","microsoft","microsoft-office","microsoft-project","ms","project","vba","vba-macros"],"latest_commit_sha":null,"homepage":"","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PopovGP.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-05T10:14:16.000Z","updated_at":"2024-10-07T17:12:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"feb037ca-8d1f-47cd-9ee9-44217f3b2160","html_url":"https://github.com/PopovGP/Export-MS-Project-to-MS-Excel","commit_stats":null,"previous_names":["popovgp/export-ms-project-to-ms-excel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PopovGP%2FExport-MS-Project-to-MS-Excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PopovGP%2FExport-MS-Project-to-MS-Excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PopovGP%2FExport-MS-Project-to-MS-Excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PopovGP%2FExport-MS-Project-to-MS-Excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PopovGP","download_url":"https://codeload.github.com/PopovGP/Export-MS-Project-to-MS-Excel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252593252,"owners_count":21773436,"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","microsoft","microsoft-office","microsoft-project","ms","project","vba","vba-macros"],"created_at":"2024-08-02T22:01:15.237Z","updated_at":"2025-05-05T23:31:58.723Z","avatar_url":"https://github.com/PopovGP.png","language":"VBA","funding_links":[],"categories":["VBA"],"sub_categories":[],"readme":"# Export-MS-Project-to-MS-Excel\nMS Visual Basic module to export tasks, Gantt chart and resources list from MS Project to MS Excel.\nInstant use. No setup required. 100% MS Project VBA.\n\n**_Features:_**\n  - Versatile\n  - Exports all commonly used fields\n  - Automated nice Gantt-chart in Excel with color and border emphasizing\n  - Tolerant to blank fields\n  - Eight-levels' row grouping (MS Excel maximum) with different fonts\n  - Support unlimited levels of indented tasks in MS Project\n  - Automatically indents subtasks and does grouping\n  - Gantt chart is created at right site of the sheet\n\n**_Using:_**\n  1. Download and open __'Empty_MS_Project_with_macros.mpp'__\n  2. Allow Visual Basic macros when asked\n  3. Open project file you want to export\n  4. While in your project file, choose the __View__ tab, click __Macros__\n  4. Choose __'ExportExcel'__\n  5. Click __'Run'__\n\n\n**_Exports task filelds:_**\n  1. №\n  2. Unique task ID\n  3. Task name\n  4. Task start date\n  5. Task end datae\n  6. Duration\n  7. Resource names\n  8. Task predecessors\n  9. % complete\n\n**_Exports those resource list fields:_**\n  1. №\n  2. ID\n  3. Code\n  4. Name\n  5. Initials\n  6. Group\n  7. Base\n  8. Calendar\n  9. Booking Type\n  10. Email\n  11. Address\n  12. Standard Rate\n  13. Overtime Rate\n  14. Peak\n  15. Max Units\n  16. Type\n  17. Cost\n  18. Cost Per Use\n  19. Overtime Cost\n\n**_Examples:_**\n\n  _1.1. Project file:_\n    ![Project screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Initial_project_example.png)\n     \n  _1.2. Excel file:_\n    ![Excel screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Result_excel_example.png)\n\n  _2.1. Project file:_\n    ![Project screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Initial_resourcesheet_example.png)\n     \n  _2.2. Excel file:_\n    ![Excel screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Export_resourcesheet_example.png)\n\n  _3.1. Project file:_\n    ![Project screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Initial_calendar_example.png)\n     \n  _3.2. Excel file:_\n    ![Excel screenshot](https://raw.githubusercontent.com/PopovGP/Export-MS-Project-to-MS-Excel/master/Samples_and_Images/Export_calendar_example.png)\n\n**_Notes:_**\n  1. Created for MS Project 2019 Professional.\n  2. If errors found - please write me or do your branch and correct.\n  3. Supports all languages.\n  4. Dates are formatted using system locale settings.\n\n\n**_If you want to use it in another project:_**\n\nUse \"ExportExcel.bas\"\n  1. Launch MS Project\n  2. On the __View__ tab, click __Macros__, and then click __Visual Basic__\n  3. In __ProjectGlobal__ right-click in __Modules__\n  4. Click __'Import file'__ and choose __'ExportExcel.bas'__\n  5. 'ExportExcel' module should appear in modules\n\n\nThis module is provided 'as-is' and comes with no warranty.\nIf any error or comment - feel free to write.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPopovGP%2FExport-MS-Project-to-MS-Excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPopovGP%2FExport-MS-Project-to-MS-Excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPopovGP%2FExport-MS-Project-to-MS-Excel/lists"}