javascript - how to import excel file (XLSX) to mysql using nodejs -
i trying import data in excel file mysql row colon using nodejs there references can learn or module in nodejs work or sample code
i have searched in google have seen solutions mongodb , python ,
a few methods come mind:
save excel sheet(s) want import in csv format, , import them mysql : cf. how import csv file mysql table far simplest method, might run trouble quotes , commas , other idiosyncrasies.
use javascript excel parser read excel file , perform directly code update in mysql database : cf. https://github.com/sheetjs/js-xlsx option more complex allows automate task should have many files copy.
Comments
Post a Comment