It also appears that images added via insert_bitmap() will not display
if cell comments are in operation. I will fix this before the module is
released to CPAN.
John.
--
This release fixes the problem in the previous beta where the comment
text box didn't take into account changes to underlying rows and
columns.
This is a beta and there are still some aspects to be finalised.
Outstanding issues are:
* The format of the comment box isn't configurable, yet.
* Comments aren't compatible with images added via
insert_bitmap(). If a comment is added to a worksheet
then any images on the sheet will not be visible.
This will be fixed.
If you would like to try the pre-release you can download it from here:
http://homepage.eircom.net/~jmcnamara/perl/prerel/Spreadsheet-WriteExcel-2.15.2.tar.gz
The next release (and the full release) will support configuration of
comment box features such as width, height, position, if it is visible
or not and the comments author's name.
Formatting of the comment text font (or fonts) may be partially
supported but will have to wait until the formatting code is refactored
(in a few months time) before it is supported fully.
If anyone has any opinions on these issues, or would like to see
specific features related to cell comments, please speak up now.
John.
--
This release fixes problems with UTF-16 and UTF-8 Unicode support in
cell comments.
The comment box configuration options are also in place but not
documented. See the comments.pl program in the examples directory for a
demonstration.
This is a beta and there are still some aspects to be finalised.
Outstanding issues are:
* Excel will complain loudly if you try to write more than one
comment in a cell. So don't do that. ;-) It will be fixed soon.
* Comments aren't compatible with images added via
insert_bitmap(). If a comment is added to a worksheet
then any images on the sheet will not be visible.
This will be fixed.
If you would like to try the pre-release you can download it from here:
http://homepage.eircom.net/~jmcnamara/perl/prerel/Spreadsheet-WriteExcel-2.15.3.tar.gz
John.
--
If you still have a problem create a small example program that
demonstrates it and post it here.
John.
--
I downloaded your new 2.15.1 release, and voila, the comments work
beautifully! However my single insert_bitmap() command appears to be
ignored. Any hints on this behavior? Bitmap worked fine under 2.15
-larry
Comment aren't currently compatible with images due to a conflict
between Excel 97 objects (comments) and Excel 5 objects (images).
I'm working on this and it will be fixed before the full CPAN release.
BTW, the pre-release is up to version 2.15.3, see elsewhere in this
thread.
John.
--
> The comment box configuration options are also in place but not
> documented. See the comments.pl program in the examples directory for a
> demonstration.
Thanks, this is nice. It doesn't look like you can change the font
size in the comment. Would it be possible to add this?
It requires a (largish) change to the Format module to do it properly.
It won't be in the next CPAN release but it may be in the release after
that (if it works. :-)).
In the meantime it will be possible to do it via an undocumented
feature. I'll post an example after the next pre-release, which should
be in the next few days.
John.
--