Compile XLSSpreadsheet 2 beta

Questions and answers on how to use XLSSpreadSheet.
Post Reply
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Compile XLSSpreadsheet 2 beta

Post 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.
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post by odisej »

I'm off now until the end of the month. I hope you can help me with this issue until then. Thanks.
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Compile XLSSpreadsheet 2 beta

Post by larsa »

Hello

Please send me a mail and I can send you the source code.
Lars Arvidsson, Axolot Data
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post by odisej »

Did you received my PM?
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Compile XLSSpreadsheet 2 beta

Post by larsa »

Hello

No, sorry, I have not got your message.
Lars Arvidsson, Axolot Data
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post by odisej »

Sent new PM. In case you don't get it, gregaJustInCase@opal.si (please remove JustInCase)
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post by odisej »

Still no sound from you.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Compile XLSSpreadsheet 2 beta

Post 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.
Lars Arvidsson, Axolot Data
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Compile XLSSpreadsheet 2 beta

Post 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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Compile XLSSpreadsheet 2 beta

Post by larsa »

Hello

This is fixed now.
Lars Arvidsson, Axolot Data
Post Reply