#Import File

8 messages · Page 1 of 1 (latest)

lilac vector
#

I need to create a web service restful api import file in java, that let a supplier to import an excel file that contain categories, items and ingredients . I need to read this file, and insert its data into database (mysql) 3 tables category item ingredient. How do this ?
Anyone can help ?

neon troutBOT
#

This post has been reserved for your question.

Hey @lilac vector! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

carmine path
#

Reading Excel has some popularity, but it still rather fragile. Reading a CSV or any standardized format instead would have been safer.
But if you have to, look into Apache POI

neon troutBOT
#
Post Closed

This post has been closed by @neon trout for the following reason:

User left the server

fair plaza
carmine path
#

What happened here, how was this channel reopened?