Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work with line-breaks in cell #1

Open
SVallant opened this issue Jan 16, 2020 · 2 comments
Open

does not work with line-breaks in cell #1

SVallant opened this issue Jan 16, 2020 · 2 comments

Comments

@SVallant
Copy link

i solved this by replacing the vbLF through

            cellValue = cell.Value
            cellValue = Replace(cellValue, vbLf, "<br>")
            currentLine = currentLine & cellValue ' cell.Value

Thank you very much for sharing the code

@aslmx
Copy link

aslmx commented Aug 6, 2021

I also came across this issue. As it hasn been updated i forked this project and added this as well as putting the result immediately into the clipboard.

@dreamflasher
Copy link

@aslmx can you create a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants