Bold font does not work with LightCellsDataProvider

Hi,

I’m trying to create an XLSX file with LightCellsDataProvider using following example:
http://www.aspose.com/docs/display/cellsjava/Using+LightCells+API
Unfortunately, some font options are not working (bold, italic).

Here is my code:
public void startCell(Cell pCell) {

if (this.rowIndex == 0) {

pCell.setStyle(this.headerStyle);
}

}

I have tested your example and I got same result.
Any idea?

Thanks







Hi,


Thanks for pointing out the issue.

After an initial test, I can find the issue as you have mentioned. I can notice the issue using the code segments used in the article, the font attributes (bold, italic etc.) are not working:
http://www.aspose.com/docs/display/cellsjava/Using+LightCells+API

I have logged a ticket with an id: CELLSJAVA-40347 for your issue. We will look into your issue soon.

Thank you.

Hi,

We have fixed this issue.

Please download and try this fix: Aspose.Cells for Java v7.3.2.4 and let us know your feedback.

Hi,


Please try the attached latest fix/version: Aspose.Cells for Java v7.3.2.4

We have fixed the issue.

Thank you.

Hi,

Thanks for the prompt fix.
Now it is ok.

Regards,
clhclh


Hi,


Thanks for your feedback.

Good to know that your issue is resolved regarding Font attributes in LightCells mode.

Have a good day!

The issues you have found earlier (filed as CELLSJAVA-40347) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.