0

Excel running out of lines.

  • retag add tags

Hi all,

When exporting acc files to excel, I'm running out of excel lines. I tried exporting summary first and then selecting half the contingencies from them ansd export using colabel, but i'm unable to figure out the syntax, I tried all the types I could but was not able to figure out.

Any help is greatly appreciated.

vrj88's avatar
1
vrj88
asked 2020-06-06 22:07:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You can either:

  1. Try 64-bit Excel. It supports more lines, but you will have to update the entire Office suite. Also, I never used PSSE with 64-bit Excel so I don't know whether it would work or not.

  2. Export as CSV files instead, then use a good text editor to read/modify the CSV. CSV has no limit (but Excel probably cannot open it if lines are exceeded). Good text editors are : VSCode, Sublime, Atom, etc. You can use pandas and matplotlib to do the data processing/visualisation. Don't rely on Excel, it's not for science/engineering.

drsgao's avatar
76
drsgao
answered 2020-06-16 18:18:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer