First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can either:
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.
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.