Good afternoon!
When I’m exporting ods table to xml file via xsl:
<xsl:for-each select=“table:table-row[position() > 1]” /> <xsl:value-of select=“table:table-cell[1]/text:p” /> ...
Calc exports data from all sheets.
What to pass to xsl to loop only from current sheet or from sheets of given names?
Thank you in advance!