On Tue, 9 Apr 2013, Huang Xin wrote:
I want to implement a Excel formula that is CELL function use the Apache POI.

It will return the Current Excel workbook filename when the cell eval expression is =CELL("filename").

How will you get the filename for the workbook though? In most cases, POI doesn't know what the filename is. In quite a few cases, there is no filename!

(POI will open from a file or an inputstream, and most kinds of inputstream are not file backed, so there's no filename to go with them)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to