Civ3Spy is a console application that reads a Civilization III saved game file and outputs the results to a comma-delimited file suitable for importing into Excel.
Information includes Game, City, and Unit data.
Usage (from a DOS prompt):
Civ3Spy file_name.SAV > output_file.CSV
where file_name.SAV is the name of a Civilization III saved game file.
Enclose the SAV file name in quotes if it contains spaces.
The output is sent to standard out and can be redirected to a file with the > symbol.
To import into Excel, open the output file, and indicate that it is a delimited file and that commas are used as delimiters.
Information includes Game, City, and Unit data.
Usage (from a DOS prompt):
Civ3Spy file_name.SAV > output_file.CSV
where file_name.SAV is the name of a Civilization III saved game file.
Enclose the SAV file name in quotes if it contains spaces.
The output is sent to standard out and can be redirected to a file with the > symbol.
To import into Excel, open the output file, and indicate that it is a delimited file and that commas are used as delimiters.