Add missing xssf method
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@685096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8d9bf083c
commit
54d3f11aeb
@ -34,7 +34,11 @@ public class XSSFName implements Name {
|
|||||||
this.workbook = workbook;
|
this.workbook = workbook;
|
||||||
this.ctName = name;
|
this.ctName = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isFunctionName() {
|
||||||
|
// TODO Figure out how HSSF does this, and do the same!
|
||||||
|
return false;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Returns the underlying named range object
|
* Returns the underlying named range object
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user