-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Greetings Sir,
Firstly i cannot thank you enough for your hardwork and package you have created.
I'm currently using in a project where an excel data is populated from database and convert that excel data to json format, as a beginner to coding i was caught up in endless errors and finally found your package , Excel2json3 was able to convert excel data to json array but.
The issue is the integer value in the excel is getting converted into float value in json file (Example : Excel column has integers like "45,678" but the final output came out as "45678.0"
I'm trying to go through the package code and find the find the conversion method.
I kindly request you to please help and guide in reading the values from excel as it is and put it in a json file.
Regards,
Priyank