kamilkrzywanski commented on PR #1189: URL: https://github.com/apache/poi/pull/1189#issuecomment-5271196485
@pjfanning sure — for `getPointFormatCode(i)`: - non-null: that point has its own format (from the cell), write it on the point when it differs from the series format - null: no point-specific format; use the series format from `getFormatCode()` (and do not set a format on the point) Default impl returns null so existing sources stay series-format only. Happy for you to reword the Javadoc if you want. -- 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]
