How to import a excel file to the h2 database?

10,493

Export your file to CSV and then use the H2 function to read CSV file.

This is described in the H2 documentation.

Share:
10,493
vinod-d
Author by

vinod-d

Updated on June 04, 2022

Comments

  • vinod-d
    vinod-d almost 2 years

    I have an excel sheet with data stored in ten columns and a large number of rows. I would like to import the content of the file in an H2 database. what is the procedure for this? can I import the excel file as a whole or do I have to write some specific code to handle the content row by row ?

  • LE GALL Benoît
    LE GALL Benoît over 8 years
    The links is broken :'(