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.64k stars 472 forks source link

Merge cells xlsx #376

Open iamsimakov opened 3 years ago

iamsimakov commented 3 years ago

Add opportunity to merge cells of xlsx file.

sheet.mergeCells = ['A3:E3'];
// or some
sheet.mergeCells = ['B4:D4', 'C5:C6'];
Inqnuam commented 2 years ago

Hello unfortunately im getting an error

Screenshot 2021-11-06 at 11 00 41
iamsimakov commented 2 years ago

@Inqnuam try google spreadsheets