How to export a CSV to Excel using Powershell more than 65536 rows (and 48 columns) -


i'm using code found here - how export csv excel using powershell

however, when try convert file 302,123 rows (and 48 columns), converts 65536 rows. there way convert whole file? read it's excel 2003 issue. i'm not sure how convert on 2007 , only...

it sounds reaching memory limit (theoretical 2gb virtual memory limit) excel 2007 32bit process.

filesize not same memory usage excel tries convert data rows. ex. converted 650k lines csv-file (15mb) using linked answer in post , excel 2013 64-bit reached @ least 70-80mb memory before done. imagine 350+ mb csv-file.

if need convert many rows excel document should computer 64-bit office 2010 or newer.

personally, recommend sql-database amount of data.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -