2.00.00

Latest version news and what is changed.
Post Reply
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

2.00.00

Post by larsa »

XLSSpreadSheet 2

What's new:
- Inplace editor.
Rich text editor that let you edit text and values directly in the Cell.
The editor works in the same way as Excel, when editing text the text can
be formatted in the same way as in Excel. When editing formulas, you can
use the mouse to click and insert cells.

- Full support for conditional formatting.

- Format dialog with the same options as in Excel. You can easily redesign
the format controls as all the logic is handled by the component. All
you have to do is to register which control that performs the task.

- Printing and preview routines are completely, rewritten for better quality.

- PDF export. Requires the free SynPdf library. Read the file InstallPDF.txt

- New Command method for easy interface.
For example, you can set the font color with just one line of code:
XLSSpreadSheet.Command(xsscFmtFontColor,RGB(255,0,0));
Command will handle the inplace editor as well. If it is active the color
of the selected word will be set. Is the inplace editor not active,
the entire text of the cell will be set.

- New Excel 2007 style.

- Many small changes and bug fixes.
Lars Arvidsson, Axolot Data
Post Reply