CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2017
    Posts
    4

    Develop A Web App In Java To Read Both Ods And Xlsx Extension Data

    I need to develop a web application in java using net beans ide that reads both open office spread sheet data and excel spread sheet data that means it should read the data with xls,xlsx and ods extensions.I have an excel sheet with 13 columns which has date,names etc.my main requirement is to choose a file using file uploader and insert the data in database and display it in gridview after inserting.How can i do this i am very new to this can any one help me out

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Develop A Web App In Java To Read Both Ods And Xlsx Extension Data

    Norm

  3. #3
    Join Date
    Apr 2017
    Posts
    4

    choose excel sheet using file uploader and insert data into database

    I need to develop a web application which allows us to choose file using file uploader and inserts that data in the sheet into database.I should be able to to inserts the excel sheet with xls,xlsx and ods extension, after inserting i need to display that data in a grid how can i do this

  4. #4
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: choose excel sheet using file uploader and insert data into database

    Norm

  5. #5
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,923

    Re: Develop A Web App In Java To Read Both Ods And Xlsx Extension Data

    [Threads merged]
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured