Export to Excel in firemonkey (xe4)

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
qwertehok
Posts: 13
Joined: Tue Jan 28, 2014 12:45 pm

Export to Excel in firemonkey (xe4)

Post by qwertehok »

Help please
If I use VCL components, then all is well
But as soon as I create firemonkey application compiler writes that he can not find clipbrd.dcu

tnx
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Export to Excel in firemonkey (xe4)

Post by larsa »

Hello

There is no official package for firemonkey, but to compile the component for use with the monkey, follow this:

1. Add BABOON to the menu Project->Options->Delphi Compiler->Conditional defines.

2. Remove/rename the file XLSClipboard5.pas.

3. There are possibly more files that you have to remove.
Lars Arvidsson, Axolot Data
Post Reply