"Brian Carson" <[email protected]> writes:

> I do not have the feature here, yet I need to send a client
> thier PSPP data as an excel file... Any suggestions?

I don't have a perfect solution, but I can think of a couple that
might serve in a pinch:

        * You can use the PRINT command to write out something
          that approximates CSV format.

        * In version 0.7.5, you can use CSV output format
          (e.g. "pspp -o output.csv") followed by a LIST command,
          then edit the output file to get rid of a few lines
          that you don't want.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to