Since version 23.2 of Aspose Cells, I have this error that is reported by my Eclipse IDE:
The type com.aspose.cells.b.a.d cannot be resolved. It is indirectly referenced from required type com.aspose.cells.Cells
This error is indicated on the following code:
Cell cell = cells.find(null, cell, findOptions);
I have just tested with Aspose Cells version 23.3 and this error is still present whereas it was not in 23.1.
It doesn’t seem to be a problem though and the code compiles fine, so I’m wondering why this error appears?