By examing the "xl\tables\*.xml" files and comparing between the orignal file and generated one I can figure out where is the problem exactly.
setRef method on the table object should be in the form "A1:D12" for example Most examples I saw in the net is setting it to somethinf like "$A$1:$D$12" or "SheetName!$A$1:$D$12" this confusion comes because this is the standard format we get from the method formatAsStrin on a CellReference object. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
