The script in this file provides quick automation for splitting files or converting files.
- files: SplitExcelColumn.ipnb
- language: python
- usage: Choose the excel files that you want to split to mulitple files based on a certain column.
- example:
- Split the column based on fruit
- You will have individual fruit files (ie., "apple.xlsx", "orange.xlsx", "kiwi.xlsx")
- files: GetTextfromExcel.xlsm
- language: vba
- usage: batch converting multiple excel files into txt files within a folder
- how to:
- open GetTextfromExcel.xlsm
- go to the ribbon [Developer > Macro > Batch_TextSave] > Edit
- Edit the directory
- MyDir = "C:\Users\USER\PycharmProjects\UniqueWordCalculator\text_agent_condition\parent\condition"
- Press [run]