I would like to know if it's possible to export XLSX files with cell comments.
I tryed Tooltips, but didn't worked.
data = {{Tooltip["Col01", "Tooltip Test"], "Col02", "Col03"}, {1, 2, 3}};
Export["~/desktop/data.xlsx", data]
This is the result:
This is what I need:
I'm using Mathematica 9 for Mac, so Mathematica Link for Excel is not an option.