vscode-excel-to-markdown-table icon indicating copy to clipboard operation
vscode-excel-to-markdown-table copied to clipboard

Cannot copy Excel table into Markdown file using Visual Studio Extension?

Open srthompson3 opened this issue 1 year ago • 4 comments

I cannot copy Excel table into Markdown file using Visual Studio Extension. I get an popup error message that states "Invalid Array Length".

srthompson3 avatar Jun 06 '24 02:06 srthompson3

Is there any chance that you have a tabulator (ASCII 9) inside the cell's text?

martin-rublik avatar Oct 02 '24 13:10 martin-rublik

i too am getting this error. whats a tabulator?

Chaho12 avatar Dec 06 '24 01:12 Chaho12

Hi it is a non-printable character commonly used within a source code to indent, code, see https://en.wikipedia.org/wiki/Tab_key for explanation.

martin-rublik avatar Dec 06 '24 07:12 martin-rublik

Thx for pointing it out. This only happens when i have non-supported character (which i am not sure which one though)

Chaho12 avatar Dec 06 '24 10:12 Chaho12