Web app and excel

HI, i’m using a web application , is it possible to export information from a Listbox to excel ?
Import as well.

you could use MBS XL Plugin to do this.
It can be used inside a web app and read/write excel files in old/new format.

[quote=195997:@Christian Schmitz]you could use MBS XL Plugin to do this.
It can be used inside a web app and read/write excel files in old/new format.[/quote]
Keep in mind that the plugin runs on the server, not on the client. For exporting, you would need to convert the data and then download it. For Importing, upload and then import.

What about good old CSV, it can be imported and exported by almost any spreadsheet. Its also very easy to implement in Xojo .