I'm using the code found here - How to export a CSV to Excel using Powershell
However, when I try to convert a file with say 302,123 rows (and 48 columns), it only converts up to 65536 rows. Is there a way to convert the whole file? I read it's an excel 2003 issue. I'm not sure how to get it to convert over with 2007 and up only...