I want to use the Microsoft Office Spreadsheet 11.0 ActiveX Control on my form so that I can view and edit a spreadsheet inside the form as if there was a mini excel window in there.
I converted the .xsl to a XML spreadsheet as this control only lets you import CSV, XML, or HTML pages.
Everything shows up fine, but is there a way to save back to the file? Seems like it can only read the file and update the form with new data inputted from Excel itself. Any changes made inside Access will not update the actual file. Is this control supposed to be able to do this or is it made more for just displaying information rather than input?
If not, whats the best way to do this? I have a bunch of spreadsheets with data that I want to integrate into my database. I dont want to have forms with over 60 labels and text boxes and set up all new tables on my backend and design forms as that is very time consuming, and also looks kind of ridiculous.
I converted the .xsl to a XML spreadsheet as this control only lets you import CSV, XML, or HTML pages.
Everything shows up fine, but is there a way to save back to the file? Seems like it can only read the file and update the form with new data inputted from Excel itself. Any changes made inside Access will not update the actual file. Is this control supposed to be able to do this or is it made more for just displaying information rather than input?
If not, whats the best way to do this? I have a bunch of spreadsheets with data that I want to integrate into my database. I dont want to have forms with over 60 labels and text boxes and set up all new tables on my backend and design forms as that is very time consuming, and also looks kind of ridiculous.
Comment