NotBadSoft.com

	DirectXLS	version 1.5

DirectXLS allows you to write Excel files (.xls) within the seconds 
directly onto a hard drive even without Excel installation.
It is a DLL with C++ classes.
It does not require any kind of installation on a computer.
Read help file DirectXLS.hlp for a description.

This is an evaluation copy.
Registration is described in the help file.

Demo - 	run Demo\Demo.exe which uses Demo\DirectXLS.dll to write XLS files.
	It will show you an actual time spent to create this file and 
	many of the Excel features supported by DirectXLS.

           	Press button Generate to create file Demo\Demo.xls on the fly.
	It will take several seconds to create Excel file with more then 10,000 cells with data.
	You will see an actual time spent in the first cells in this demo file.
	Next time you press this button the actual time will be another.

Code - 	contains DLL,  LIB and header files for Visual C++.

Sample -	sample source code.
	This code uses the framework from the beginning to the end.
	It creates framework, sets data into it and finally writes it into the file Demo.xls.
	This sample source code uses most of the features supported by DirectXLS.
	You can find many examples of coding in this code.