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

Excel::Writer::XLSX::add_table version(0.68) omits zeros #65

Closed
david-gang opened this issue Jun 12, 2013 · 2 comments
Closed

Excel::Writer::XLSX::add_table version(0.68) omits zeros #65

david-gang opened this issue Jun 12, 2013 · 2 comments

Comments

@david-gang
Copy link

Hi ,

I use Excel::Writer::XLSX::add_table to write tables.

the table cells have sometimes zeros in them.

They are omitted.

The reason is that in

Excel::Writer::XLSX::Worksheet::add_table

we have the code


4017: if ( $token ) {
4018: $self->write( $row, $col, $token, $col_formats[$j] );
4019 }

According to perlmonks this should be defined $token

http://www.perlmonks.org/?node_id=1038469

BR,
David Gang

@david-gang
Copy link
Author

I committed the change to git. Can you fetch the change?

@jmcnamara
Copy link
Owner

Thanks. Will do.

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

2 participants