How to make a standalone software which accepts excel files.

5 views (last 30 days)
Hi, I want to use the standalone software which allows people to upload Excel files in a specific format so that it can perform the analysis. Because the application I am trying to make needs a lot of data input which is not efficient to key in 1 by 1.
  2 Comments
Steven Lord
Steven Lord on 19 Oct 2021
Okay, so what aspect of this work are you having difficulty with or are uncertain about right now?
  • How to write a MATLAB function file that can read in a Microsoft Excel file?
  • How to generate a standalone application from that MATLAB function file?
  • How to determine the cause of an error or incorrect answer you receive when trying to run the standalone application you generated?
  • How to tell the standalone application which Microsoft Excel file you're trying to read?
  • Multiple or all of the above?
Mehbubul Haque
Mehbubul Haque on 22 Oct 2021
I think all of the above, sorry I am very new and have been trying to learn it, but so far didn't see any information regarding that yet.
For now the 1st 2 points are also ok.
  • How to read specific Excel files and use those data (from the Excel files) for my calculation and analysis. (My aim is to use those results and ulink it for the standalone application.)
Thank you

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 22 Oct 2021

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!