Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Cell merging of tables #364

Open likeSomeOne opened 4 years ago

likeSomeOne commented 4 years ago

There are horizontal merged cells in the document, but no vertical merged cells are found. There are already horizontal merged cells. Why there are no vertical merged cells? This should be improved. Thank you

AlameerAshraf commented 4 years ago

Can you show me where the horizontal merged cell ?

iamsimakov commented 4 years ago

@likeSomeOne for vertical merge use vMerge option https://github.com/Ziv-Barber/officegen/pull/348 @AlameerAshraf for horizontal merge use gridSpan option https://github.com/Ziv-Barber/officegen/blob/ef095554a88605d133bbb6a5ac8a6002dc3b112f/examples/make_table_cell_span.js