Jump to content

Recommended Posts

Posted

This question may be trivial: I am working on an application where customers can define parameters etc in Excel files (also). But the definition may be done in an office environment, whereas the definition file may be used in production, where Excel may not be available.

 

So, in a compiled script (including excel.au3), can I read excel XLSX files (read-only is OK), or do I need certain components like ADO, or.. am I out of luck ?

I can imagine others have been in similar situations, so would like to know the practicalities of the problem. If impossible, I will have to come up with something else / workaround.

 

  Reveal hidden contents

I am just a hobby programmer, and nothing great to publish right now.

Posted

When you need to access Excel files without Excel being installed you could use ADO:

Or check my ADO tutorial in the wiki including example scripts.

Or check mLipok's ADO UDF (but it is still a Beta version):

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

in the office environment, have your application read the Excel made by the users (as you probably already do now), but save it to csv or tsv (or any other plain text, like ini) for the transfer to production.

 

Signature - my forum contributions:

  Reveal hidden contents

 

Posted

If you could post an example of your file we could suggest how to best solve your problem.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

@water Thank you for suggestion on ADO. I think I will go with that. Essentially it's me being too lazy to build a GUI to input structured information. I need to store some global parameters and along with that an array 1..n of information. Think a little along lines of a graphical layout: you have paper size, margins, resolution etc as parameters, and 1..n objects with content, rotation, font, and many other parameters.

Developing a usable gui for all that + data storage is not simple (for me ;) ), so that's reason behind excel format. In excel, it's trivial to format a few cells, protect a few others, add healines, and pretty much done.

 

  Reveal hidden contents

I am just a hobby programmer, and nothing great to publish right now.

Posted

IIRC there as a UDF available to present an INI file in an editable format in a GUI.
Would this fit your needs?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 3/9/2016 at 8:27 AM, water said:

Or check mLipok's ADO UDF (but it is still a Beta version):

 

Expand  

@Myicq I encourage you to take advantage.
If you have questions, please visit SUPPORT TOPIC.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...