copy-excel-paste-markdown icon indicating copy to clipboard operation
copy-excel-paste-markdown copied to clipboard

Copy a table in Excel (or other spreadsheet programs) and paste it as a Markdown table

Results 10 copy-excel-paste-markdown issues
Sort by recently updated
recently updated
newest added

even the screen is enough,the table also not use it and you need scroll it.

Could be very helpful if it's deployed to GitHub Pages as a pretty simple online tool ;)

For example, ||Something -- | -- Something | Something When the first cell is blank, then the tool doesn't work.

Hi, Python uses restructuredText and not markdown in its documentation. Hence I've added restructured text support. Hope you like it.

hi, I found if the bottom right grid is blank the convert will not happen, please check I mean table like this: ![image](https://user-images.githubusercontent.com/1725060/58383596-4f9a0400-800b-11e9-8df4-410ecd477c29.png)

For example | Something | With external link | |-----------|--------------------| | Something | Cannot be empty | When "With external link" has a link, then the tool doesn't work

GBK character show replaced with "???" when it pasted

Stray `row.map` here: https://github.com/jonmagic/copy-excel-paste-markdown/blob/5a52f3a4cf515356d6b796adf4b69f27ec4d24d3/script.js#L56 Should this regex actually be `/[\u0085\u2028\u2029]|[\r\n?]/g`? https://github.com/jonmagic/copy-excel-paste-markdown/blob/5a52f3a4cf515356d6b796adf4b69f27ec4d24d3/script.js#L23

fix #5 #14 test each row by regex and remove blank rows, instead of using `trim()`

I have been using the initial version since 2020. When moving to my new computer, I wanted to check if there was a new version of the application. Unfortunately, the...