liborigin and opj2dat
---------------------

Author : Stefan Gerlach

compiling :
	$ make -f Makefile.LINUX
	or for Darwin :
	$ make -f Makefile.DARWIN
Usage :
	$ ./opj2dat <project.opj>

Note :
If it crashes : reduce maximum numbers in OPJFile.h.

---------------------------------------------------------------------------
FEATURES :
	* reads any worksheets with any columns
	* supports 4.1, 5.0, 6.0, 6.1, 7.0, 7.5 projects

---------------------------------------------------------------------------
TODO :
	* read MATRIX tables
	* read spreadsheet infos (LAYER section) with better method
	* fix various problems (check ORIGIN/README)
	* read graphs

---------------------------------------------------------------------------
Changelog :

15-10-05	* read empty entries
		* read label columns
12-10-05	* read valuesize from file
		* get names with multiple '_' correct
11-10-05	* 4.1 projects : data reading
11-09-05	* completely redesigned (using '\n')
10-25-05	* fixed problems reading column types
		* general column names and spreadsheet sections
09-23-05	* read also 4.1 projects
09-22-05	* new spreadsheet name finding and corrected column names
09-21-05	* new version resolving 6.0SR4 vs 6.1 problems
		* Spreadsheet SECTION for 6.1,6.04,6.0,5.0
09-20-05	* SPREADSHEET section for all spreadsheets (7.5,7.0)
09-09-05	* import also 5.0 projects
09-03-05	* STARTED project liborigin from LabPlot import filter
