Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8025977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:20:20+00:00 2026-06-04T23:20:20+00:00

I have example.xlsx file that contains some data. I want to show the data

  • 0

I have example.xlsx file that contains some data.

I want to show the data in a GUI and I want there is an option to edit the xlsx file in the GUI.

Is there an option to do this? Does someone know anything about it?

I tried to find the xls via the ActiveX control, but I didn’t see an option for that :/

I have matlab 2010a and these are my options when I press ‘ActiveX control’:

enter image description here

thank you :]

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T23:20:22+00:00Added an answer on June 4, 2026 at 11:20 pm

    You don’t need activeX, matlab has the built-in functions, xlswrite and xlsread:

    Help File:

    xlswrite(filename,A) writes array A to the first worksheet in Excel
    file filename, starting at cell A1.

    xlswrite(filename,A,sheet) writes to the specified worksheet.

    xlswrite(filename,A,range) writes to the rectangular region specified
    by range in the first worksheet of the file. Specify range using the
    syntax ‘C1:C2’, where C1 and C2 are two opposing corners that define
    the region.

    xlswrite(filename,A,sheet,range) writes to the specified sheet and
    range.

    status = xlswrite(filename,A,sheet,range) returns the completion
    status of the write operation: true (logical 1) for success, false
    (logical 0) for failure. Inputs sheet and range are optional.

    [status,msg] = xlswrite(filename,A,sheet,range) returns any warning or
    error message generated by the write operation in structure message.
    Inputs sheet and range are optional.

    and:

    [num,txt,raw] = xlsread(filename) reads data from the first worksheet
    in the Microsoft Excel spreadsheet file named filename and returns the
    numeric data in array num. Optionally, returns the text fields in cell
    array txt, and the unprocessed data (numbers and text) in cell array
    raw. If your system does not have Excel for Windows, xlsread operates
    in basic import mode, and reads only XLS or XLSX files.

    [num,txt,raw] = xlsread(filename,sheet) reads the specified worksheet.

    [num,txt,raw] = xlsread(filename,range) reads data from the specified
    range of the first worksheet in the file. Specify range using the
    syntax ‘C1:C2’, where C1 and C2 are two opposing corners that define
    the region.

    [num,txt,raw] = xlsread(filename,sheet,range) reads from the specified
    sheet and range.

    [num,txt,raw] = xlsread(filename,-1) opens an Excel window to
    interactively select data. Supported only on Windows systems with
    Excel software.

    [num,txt,raw] = xlsread(filename,sheet,range,’basic’) reads data from
    the spreadsheet in basic mode, the default on systems without Excel
    for Windows.

    [num,txt,raw,custom] = xlsread(filename,sheet,range,”,functionHandle)
    reads from the spreadsheet, executes the function associated with
    functionHandle on the data, and returns the final results. Optionally,
    returns additional custom output, which is the second output from the
    function. xlsread does not change the data stored in the spreadsheet.
    Supported only on Windows systems with Excel software.

    http://www.mathworks.com/help/techdoc/ref/xlswrite.html

    With your choice of user interaction and display style (not sure if you want plots or tables, buttons or sliders) this allows you to interact with xls documents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an example of some code that I see often in websites that
I have tried using a example file using PHPExcel script to extract data from
I have example.com/xml/index.php and I want to access it with this url example.com/xml/title/ and
I have a huge xlsx file (aboutn 127 MB) and want to read using
I have example this number: 5032 I want to get this: 5.0.32 How can
I have example.org and foo.example.org pointing to the same directory, /var/www/html/ , and want
Anyone have example Rx code that shows how to execute an action due to
I have an example class containing two data points: public enum Sort { First,
I have an example database, it contains tables for Movies, People and Credits. The
I have to 2 process excel. For example: 1) example1.xlsx 2) example2.xlsx How to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.