Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi there,

Once you already have a .acc file exporting to Excel is pretty simple.

import pssexcel

pssexcel.accc('secret-accc-study.acc',
              's',                             # export a summary
              xlsfile='secret-accc-study.xls') # export to this file

There are lots of different options to experiment with. There is a full list under accc in Section 9.2.1 of the PSSE API documents.

If you get any errors, you can post them here too