What logger is used in Aspose Cells

hi

we are getting serialized exception.
we need to know what logger is used in cells.
if yes in which package level it is used.

all classes in cells are serialized?

thanks,

kumar.




Hi Kumar,


We will get back to you soon if we can provide some details for your queries.

Thank you.

Hi,

Cells model does not use any logger currently. Would you please elaborate how do you use objects of cells model and what's the exceptions? If you are talking about java.io.Serializable, we are afraid most of the objects of cells model do not support it.

Thank you.

hi Johnson Shi,


thanks for giving replay.

we are talking about java.io.Serializable Exception.

if most of objects do not support it. how to handle it.

we need the following features.

1. auto fit columns.
2. pivot table and pivot table formatting.
3. styles.

is there any way to get all these features.

Thanks & Regards

Kumar

Hi,

We are afraid we cannot support this feature soon. In cells model, many objects are global informations in Workbook scope, they may be shared by many objects but are managed by the Workbook at top level. Re-assigning them directly to other objects may cause other unexpected issues. If you are mainly transferring objects in a workbook to another JVM or application, we think saving the workbook to a memory stream or file and then transferring the binary data is the better way than using serialization. And hope that can be a workaround for you.

Thank you.