Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.

    GIF shows where to locate </> in the thread and or post editor toolbar.
    To learn more about how to use our BBCode feature, review our "How to post your code into threads" here.

    Thank you, Code Forum.

JavaScript How to pull data from Excel to HTML/Javascript

premsagar108

New Coder
Hi All,

I have some value which are derived/populated from multiple excel sheet, here im planning to pull value to front end with HTML or Javascript , im facing issue in generating values. Can someone assist with code for this.

Thanks for Supporting 🙂

Thanks
Premsagar
 
  1. Where is your Excel file stored?
    • On your local system?
    • Or is it uploaded to a server or cloud (like Google Drive, OneDrive)?
  2. How are you planning to access the data?
    • Will you upload the Excel file manually through the web page?
    • Or should the code fetch the data automatically?
  3. What kind of data is in the Excel sheet?
    • Can you give an example of the data (like columns/rows)?
 
  1. Where is your Excel file stored?
    • On your local system?
    • Or is it uploaded to a server or cloud (like Google Drive, OneDrive)?
  2. How are you planning to access the data?
    • Will you upload the Excel file manually through the web page?
    • Or should the code fetch the data automatically?
  3. What kind of data is in the Excel sheet?
    • Can you give an example of the data (like columns/rows)?
Hi Ratwolf,

Thanks for response 🙂

Following are my inputs

1# There are two case 1) From loacl system and 2) from sharepoint.
2# Data should fetch automatically.

3# Data like below

Case NO - Name of Case - Value of case - Case executor
1 XYZ $ xxxx.xx ABC

Pls let me know any other needed.

Thanks
Premsagar
 

Buy us a coffee!

Buy me a coffee.
Back
Top Bottom