dat07cs opened a new pull request, #888: URL: https://github.com/apache/poi/pull/888
This is an attempt to try to handle a common case where `?` is used as alignment placeholder. Give the custom number format for zero: `_-$* \"-\"??_-` Current formatted value: ` - 0 ` `<4 spaces><literal-dash><space><zero><space>` Expected formatted value: ` - ` `(<4 spaces><literal-dash><3 spaces>)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
