Page 1 of 1

Compile XLSSpreadsheet 2 beta

Posted: Mon Jul 01, 2013 10:38 am
by odisej
Today I tried to compile this new spreadsheet but no success

I downloaded and installed xlsrwii5_dxe.exe
I downloaded and installed xlsSpreadSheet2_dxe.exe

Building XLSSpreadSheetDemo.dproj (Debug, Win32)
[DCC Fatal Error] Main.pas(7): F1026 File not found: 'XBookComponent2.dcu'

This unit is in c:\Program Files (x86)\XLSSuit5\Package\DXE so I added this to the project search path.

[DCC Fatal Error] Main.pas(7): F1026 File not found: 'XLSChart5.dcu'

This unit is in c:\Program Files (x86)\XLSSuit5\Package\DXE2 so I added this to the project search path (strange, why is it in DXE2)

[DCC Fatal Error] Main.pas(8): F2063 Could not compile used unit 'XLSBook2.pas'

No ideas left.

Re: Compile XLSSpreadsheet 2 beta

Posted: Tue Jul 09, 2013 7:31 am
by odisej
I'm off now until the end of the month. I hope you can help me with this issue until then. Thanks.

Re: Compile XLSSpreadsheet 2 beta

Posted: Thu Jul 25, 2013 6:10 am
by odisej
Hi

I'm back on work and first thing my boss did, he asked me how are things with spreadsheet. Do we have anything on this subject?

Grega

Re: Compile XLSSpreadsheet 2 beta

Posted: Wed Jul 31, 2013 8:24 am
by larsa
Hello

Please send me a mail and I can send you the source code.

Re: Compile XLSSpreadsheet 2 beta

Posted: Thu Aug 08, 2013 12:55 pm
by odisej
Did you received my PM?

Re: Compile XLSSpreadsheet 2 beta

Posted: Fri Aug 09, 2013 8:32 am
by larsa
Hello

No, sorry, I have not got your message.

Re: Compile XLSSpreadsheet 2 beta

Posted: Mon Aug 12, 2013 6:16 am
by odisej
Sent new PM. In case you don't get it, gregaJustInCase@opal.si (please remove JustInCase)

Re: Compile XLSSpreadsheet 2 beta

Posted: Mon Aug 26, 2013 6:14 am
by odisej
Still no sound from you.

Re: Compile XLSSpreadsheet 2 beta

Posted: Tue Sep 10, 2013 2:38 pm
by larsa
Hello

The final version 2 is ready now. Please download a demo at our site: http://www.axolot.com/components

What's new in version 2:
- 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.

Re: Compile XLSSpreadsheet 2 beta

Posted: Fri Sep 13, 2013 6:15 am
by odisej
Great. I'll try it asap. Can you just check the link for Delphi XE (http://www.axolot.com/components/xlsSpr ... _d2011.exe), it doesn't work and I have XE.

Re: Compile XLSSpreadsheet 2 beta

Posted: Fri Sep 13, 2013 6:29 am
by larsa
Hello

This is fixed now.