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:

  1. 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.

  2. 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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -