Excel lib Requirements

Interested adding compiled externals from LiveCode and third parties to your LiveCode projects? This is the place to talk about them.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
PeterG
Posts: 168
Joined: Sat Jun 29, 2013 7:56 pm

Excel lib Requirements

Post by PeterG »

Hi all
Does one need Excel installed to use the Livecode Excel Library?

Thanks
Peter G
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Excel lib Requirements

Post by Klaus »

Hi Peter,

no, the lib is "just" for reading and writing files in MS Excel fileformat.


Best

Klaus
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Excel lib Requirements

Post by FourthWorld »

This one?:
https://livecode.com/products/thirdpart ... ary-1-3-3/

It mentions control of the "Excel application" - I have no idea what that means specifically, but it seems to imply that it uses done form of IAC to drive the Excel application from LiveCode.

Is there a demo or documentation that can be downloaded?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Excel lib Requirements

Post by Klaus »

Oops, sorry, looks like I spoke too fast! From the product page:
...
A copy of MS Excel is required on the computer where the library is used.
...

@Richard
Here the product page:
http://www.aslugontheroad.com/ourproduc ... r-livecode
matthiasr
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 195
Joined: Sat Apr 08, 2006 7:55 am
Contact:

Re: Excel lib Requirements

Post by matthiasr »

Hi,

Klaus was not wrong. The author of the Excel Library is also selling an .xlsx library which works without Excel.
See his post from October 2016 http://www.aslugontheroad.com/29-excel- ... -prototype

You can purchase an annual license for it here http://aslugontheroad.com/maintenance-subscription
You can select between a bundle of both libraries for a discounted price or the xlsx lib for 75USD or the Excel library for 95USD.

Existing Excel library customers have the current version 0.2 build 02 already included in the download section (under Excel library) of their account at aslugontheroad.com.

Matthias
matthiasr
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 195
Joined: Sat Apr 08, 2006 7:55 am
Contact:

Re: Excel lib Requirements

Post by matthiasr »

I have attached the documentation stack of xlsx library.
Attachments
XLSX Lib Documentation.livecode.zip
(32.85 KiB) Downloaded 1431 times
Post Reply