- Open your google spreadsheet.
- Click File > Download > Web page.
- Open the downloaded file with Visual Studio.
- Select All, right click and Format.
- Open the downloaded file with textpad.
- Click F8 and use search and replace to clean your table.
- First remove unneeded items by replacing with an empty string.
- Check Regular expression and use the . (dot) character to replace any character.
- To remove empty lines search for ^\r\n.