mogsdad / SheetConverter

Google Apps Script library - interprets Google Sheets Formats, converts to formatted text or html
49 stars 26 forks source link

Issue: Merged cells do not convert correctly #7

Closed hdemirev closed 4 years ago

hdemirev commented 7 years ago

Description of issue

If merged cells are present in sheet, all text gets pushed to first cell

Cell Format exhibiting problem

Merged cells

Expected result vs Observed result

Expect to see result as merged cell

Installed Library Version

6

comscience15 commented 6 years ago

yeah i see it too. Are you going to fix it??

mogsdad commented 6 years ago

I'm happy to take merge requests, if anyone wants to provide a fix.

On Thu, Sep 28, 2017 at 1:04 PM Nat S notifications@github.com wrote:

yeah i see it too. Are you going to fix it??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mogsdad/SheetConverter/issues/7#issuecomment-332900666, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoO08xzDJZUvFV69ORl5eMiywXWWHoKks5sm9GNgaJpZM4K5-Sd .

poetrykungfu commented 6 years ago

I'm very new to all of this but is there not a way of using getColSpan and getRowSpan to check which cells are merged and which are not?

aignato commented 6 years ago

Has anyone implemented a successful fix for this issue?

CamilleNilles commented 5 years ago

Do you have updates on this? Or do you have any suggestion ?

DeFlanko commented 5 years ago

Checking in on the progress of this.

mogsdad commented 4 years ago

https://github.com/mogsdad/SheetConverter/pull/12