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 470 forks source link

Can i remove Header and Footer from First page ( Title Page ) and some more queries #396

Open raghavan117 opened 3 years ago

raghavan117 commented 3 years ago

Hi I am using office gen for generating word document.

Note- It has dynamic number of data inside the document ( for ex: in a table it contains dynamic number of data ) and dynamic number of images in the document.

Can anyone help me out to fix below queries 1) I have set the header and footer - Is it possible to remove the header and footer in the first page ? 2) Is it possible to put page number in the header ? 3) Table width is not getting increased even if the configuration is set to maximum table size

                    var tableStyle = {
                        tableColWidth: 4261,
                        **tableSize: 94,**
                        tableColor: "ada",
                        tableAlign: "left",
                        tableFontFamily: "Comic Sans MS"
                    }
                    --------------------------

4) Is it possible to provide alignment for the cell in the table ? and put in bulletins inside the table cell data ?

Experts please help me on these queries , it would be helpful if these can be fixed ! .....