Code

Discussion on Excel to App

Discussion on Excel to App

Cart 40 sales

hdezpena supports this item

Supported

This author's response time can be up to 2 business days.

17 comments found.

Is this still supported or does anyone know a similar app that does this

Hi, yes it’s still supported.

Hello i want frontend user to tick the box or enter the record ? how can i with this? i want to use it for lost property record keeping? will u help me?

Hi, that’s not possible. You can’t update the information from Excel to App, just show it. Sorry.

Hi the app is working fine but somehow now I cannot see more than 8 column. My excel table is 11 column. What can I do?

Thank you.

Hi, please use the support forum at https://visualneo.com/forum (under General topic) and share your project so we can take a look. Thank you!

hi how can i share my project? under which section? thank you

In the General section. Just create a free account and add your own topic. Thank you and sorry for the delay! https://visualneo.com/forum/forum/first-forum

hi i moved the app into the xampp folder and it works, but as i change the data in the json file the excel app wont’t update. also the offline file i don’t know how to make it work. thank you

Hi!, If the json data has been correctly modified, probably you just need to refresh the web browser cache by pressing Ctrl-F5 to see the changes. I don’t understand what you mean with offline file. Note that the application is designed to run under a web server (a web hosting service). Please if you need assistance, use the support forum so we can share files and samples if necessary. Thank you!

If you offer customization services. What is your email or whatsapp to send you the requirements?

Please contact us using our webpage at visulaneo.com. It includes a WhataApp button. Thank you!

script is no tworking in computer

Please can you explain in detail the problem you are facing? The script works but you need to run it under a web server.

Component does not work. It does not display dates correctly

Can you please share an example? Note that we have a support forum to solve any possible problem. Please check this support forum thread: https://visualneo.com/forum/topic/excel-to-app

Thank you!

Hello,

Nice script, but I need files saves to server. Can this happen?

Before Purchasing

Question:

  • Instead of doing the “Export data in different formats”,
  • I need to “Save data in different formats to local drive”.

Where/How do I make changes in the code for this to save to server?

Thanks

You can do that by adding new functionalities to the included VisualNEO Web source code. But please note that those functionalities are out of the scope of this app and you should implement them by yourself. Thank you!

Would you know who offers this service?

  • If so, Please forward the cost.
  • if not, Do anyone know how to edit this code?

      Thanks

      Also, can this be imported into VisualNEO Web for editing?

Yes of course, the item includes VisualNEO Web source code, so you can open it directly in VisualNEO Web. Please use the support forum to ask your questions. We can probably help you with your reuiqrements. Be as specifc as possible please. Support forum: https://visualneo.com/forum

you are not mentioned proper way use this app please send me vidoe or complete documention otherwise refund mony pls

But this is not an Excel to html web converter. Please read the script description and take a look at the provided preview. This script use an Excel file as a data provider in a web application where users can access the data using an interactive table to sort, search etc. Just like in the provided preview. I have not get any email from you, we provide support by using our own support forum. Just click on the “support” tab for more information. Thank you!

you are not clear mention. usless for i request you pls refund my payemnt i will send you requeat.

If you have doubts about the script, you should ask before buying, not later. Otherwise everyone would buy it to say later that it is not useful, ask for a refund and keep using it.

I changed the table to my own, but going to the site shows an error in the console:

alasql.min.js:2 Uncaught TypeError: Cannot read properties of undefined (reading '!ref')
    at alasql.min.js:2:371085
    at XMLHttpRequest.c.isNode.c.isMeteorServer.s.onload (alasql.min.js:2:260780)

How do you changed the table exactly? It seems you have altered the code so it doesn’t work properly. Are you using VisualNEO Web to edit the source file?

index page in template load not correctly with error

Access to script at ‘file:///C:/Users/Express/Downloads/codecanyon-5zJc1cRB-excel-to-app/excel2app-deployment/js/pwaupdate1.js’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https. js/pwaupdate1.js:1

Failed to load resource: net::ERR_FAILED index.html#!/data:1 Access to XMLHttpRequest at ‘file:///C:/Users/Express/Downloads/codecanyon-5zJc1cRB-excel-to-app/excel2app-deployment/settings.json’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https. settings.json:1

Failed to load resource: net::ERR_FAILED index.html#!/data:1 Access to internal resource at ‘file:///C:/Users/Express/Downloads/codecanyon-5zJc1cRB-excel-to-app/excel2app-deployment/manifest.webmanifest’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.

or I shall open it with npm

You need to execute it under a web server as explained in the documentation. Otherwise you are in a non secure environment and the web browser will reject loading the required resources. This means you can’t execute the application just double clicking the .html file under a non secure file:/// protocol. You need to load it from a web server using localhost or a remote hosting service. Regards.

can i allow edit in the app?... allow edit registers in the web? is this possible?

As it’s an Excel file, you will need to upload a new document version to your server in order to update the data. Please take a look at our GSheet to App script in order to use Google Sheets as a data source so you can edit it easily.

Hi, when I update the code/excel file, how can I clear the cache of the user’s browser ? I need the app scheduling to clear the cache somtimes.

Hi. The user will see the changes as soon as he reloads the app. In Windows, pressing F5 will reload the content and Ctrl-F5 will force full reloading. If you need the app to reload the content after a few seconds or minutes you will need to edit the included source code using VisualNEO Web. Just add a Timer Object that executes “ReloadApp” command every given time. Then recompile the project using menu “Project > Compile/Publish” (You can use VisualNEO Web for free for 30 days). Regards.

Just purchased. Your Demo handles 514 rows well. Is that still the case if I have 100K rows? What’s the ideal max size for the Excel file in order for this to run smoothly?

It depends on web browser and device memory. I have managed 40.000 rows with no problems (using pagination) in a Desktop Windows PC.

Hi Does it work with google sheets ?

No, just Excel files. But if there is some interest it can be done.

Please note that we have published a script (GSheets to App) to get the data from Google Sheets instead of an Excel file. Thank you!

Great work!!! Good luck with sale..!!!☺️

Thank you!

hi can the excel doc be updated by one user and the update reflect in the app for every other user? or is it static?

Hi! It’s a static app (no server side code) To update the data you just have to replace the Excel file. But of course the changes will be reflected in the app for every user.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey