Hello, Many moons ago there was a nice site explaining the XML structure/tags of a spreadsheet:
http://openiso.org/Ecma/376/Part4/3 Sadly it is no longer there, and I have a hard time going through a million pages of spec to find a quick answer on the ecma site: http://www.ecma-international.org/publications/standards/Ecma-376.htm Basically I want a summary of tags etc, for example these sort of tags: private static final String ROW = "row"; private static final String CELL = "c"; private static final String REFERENCE = "r"; private static final String CELL_TYPE = "t"; private static final String STRING_TYPE = "s"; private static final String BOOLEAN_TYPE = "b"; private static final String NULL_TYPE = "n"; private static final String CELL_VALUE = "v"; private static final String CELL_STYLE = "s"; private static final String INLINE_STRING = "inlineStr"; private static final String INLINE_STRING_OUTER = "is"; Any ideas? Thanks.
