Looking for help to import excel sheet data to java frame table or directly import to mysql database using java application
            Asked
            
        
        
            Active
            
        
            Viewed 1,932 times
        
    1 Answers
0
            
            
        - To directly import the data into MySQL database, the following thread already discussed that into details : How to import an excel file in to a MySQL database
- Mysql also provides an add-in tools (Excel for Mysql) for Microsoft Excel that enables you to open MySQL database within Excel and export the data. More reference about this can be found at https://blogs.oracle.com/MySqlOnWindows/entry/how_to_guide_to_exporting and https://www.mysql.com/why-mysql/windows/excel/
- Also, you can use MySQL "LOAD DATA" command. You can read more about that online
 
    
    
        Community
        
- 1
- 1
 
    
    
        Edwin Amoakwa
        
- 51
- 2
