You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
If same value exists in two adjacent columns then json wont be formed properly. var options = {} var workbookJson = excel.utils.sheet_to_json( sheet, options );
If same value exists in two adjacent columns then json wont be formed properly.
var options = {}
var workbookJson = excel.utils.sheet_to_json( sheet, options );
jsonObject below
Value of the right cell in the two adjacent cells will be skipped, leading to a left shift operation.
The text was updated successfully, but these errors were encountered: