Forum Discussion
Export multiple matrix views into one Excel file on different sheets
- Anonymous3 years ago
Hi amirhz ,
You can try to export the data to one excel file first, then refer the following links to split the excel sheet into multiple sheets base on different criterias.
1. By VBA scripts:
Export Data From Power Query into Multiple Excel Sheets based on criteria
2. By Python:
Python - How to filter out data in Excel
How To Split An Excel File Into Multiple Files Using Python
Best Regards
Hi amirhz ,
You can try to export the data to one excel file first, then refer the following links to split the excel sheet into multiple sheets base on different criterias.
1. By VBA scripts:
Export Data From Power Query into Multiple Excel Sheets based on criteria
2. By Python:
Python - How to filter out data in Excel
How To Split An Excel File Into Multiple Files Using Python
Best Regards