Skip to content
Advertisement

Tag: apache-poi

Using Java, update an exisitng SQL table row from Excel Sheet

I am using apache Poi to pull data from an excel sheet that’s uploaded to the server. The object is to pull the excel data, which has four columns (clientId, clientName, monthlyMinimum, setUpFee), and update an existing row’s monthly minimum & set up fee, based off the clientId, in an existing database table named client. I have this code in

Advertisement