Home > Software design >  How to Get the DataType of excel cell value using nodejs version16.14.2 and Vue js
How to Get the DataType of excel cell value using nodejs version16.14.2 and Vue js

Time:04-27

I need to get the DataType value of each cell record of an Excel sheet using Node.js version 16.14.2 and Vue js. Can you please help me out how can I get the value of the DataType of each cell in the excel sheet? I am using Visual Studio Code editor. PFA as highlighted from where we can select the DataType of a cell record in excel. Please let me know with this information as soon as possible. Image1. Image2

CodePudding user response:

you can use this dependency conver-excel-to

CodePudding user response:

Try with library called ExcelJS.

  • Related