vbaraw field is NULL even when bookVBA property is set to true #348
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#348
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here, I am reading Excel file "Sample_file.xlsm" and trying to get the vba code present in the file by passing option parameter bookVBA as true but it returns null.
Note: It is reading the contents of the excel perfectly but not the vba code.
Could somebody help me on this? I don't know what is wrong I am doing here. Thanks!