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

How can I change the color of the header of the excel? #8

Open
gucorrea opened this issue Oct 31, 2017 · 2 comments
Open

How can I change the color of the header of the excel? #8

gucorrea opened this issue Oct 31, 2017 · 2 comments

Comments

@gucorrea
Copy link

<Workbook filename='ENTREGASLOG.xlsx' ref='botonDescargar' >
                <Workbook.Sheet data={() => this.datosFormateados()} name='Entregas (Logistica)'>
                    <Workbook.Column label='MARCA TEMPORAL' value='marcatemporal' />
                    <Workbook.Column label='CLIENTE' value='cliente' />
                    <Workbook.Column label='Nº CHASIS' value='nchasis' />
                    <Workbook.Column label='MARCA' value='marca' />
                    <Workbook.Column label='MODELO' value='modelo' />
                    <Workbook.Column label='F° ENTREGA PROGRAMADA' value='fecProgramada' />
                    <Workbook.Column label='ENTREGA CON PLACAS' value='tipPlaca' />
                    <Workbook.Column label='ESTADO' value='estaPlan' />
                  </Workbook.Sheet>
                </Workbook>
@GitHubJiKe
Copy link

GitHubJiKe commented Nov 3, 2017

I have read this library's source code ,it's also based on the library "xlsx",and it just can make a basic excel file but without extra style setting. so I also hope the author could add this feature in it in the future.

I have to say ,it's efficiency is high~~~

@ralyodio
Copy link

ralyodio commented Sep 4, 2019

I also need to customize the data in the spreadsheet by adding a header. Do you know of any other libraries that would be an alternative to this one that allow for greater customization?

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