We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.xml
<Table> <Row> <Cell rowspan="1">11</Cell> <Cell rowspan="2">12-22</Cell> <Cell rowspan="1">13</Cell> <Cell rowspan="1">14</Cell> </Row> <Row> <Cell rowspan="1">21</Cell> <Cell rowspan="3">23-33-43</Cell> <Cell rowspan="1">24</Cell> </Row> <Row> <Cell rowspan="2">31-41</Cell> <Cell rowspan="1">32</Cell> <Cell rowspan="2">34-44</Cell> </Row> <Row> <Cell rowspan="1">42</Cell> </Row> </Table>
layout.xml
<Layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="layoutschema-en.xsd" xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en" xmlns:xi="http://www.w3.org/2001/XInclude" version="4.1.14"> <Record element="Table"> <PlaceObject> <Table width="170mm"> <Columns> <Column width="42.5mm" align="center" /> <Column width="42.5mm" align="center" /> <Column width="42.5mm" align="center" /> <Column width="42.5mm" align="center" /> </Columns> <ForAll select="Row"> <Tr> <ForAll select="Cell"> <Td rowspan="{@rowspan}" border-left="1pt" border-right="1pt" border-top="1pt" border-bottom="1pt"> <Paragraph> <Value select="string(.)"/> </Paragraph> </Td> </ForAll> </Tr> </ForAll> </Table> </PlaceObject> </Record> </Layout>
Output:
Expected Output (done in Excel):
The text was updated successfully, but these errors were encountered:
Both rowspan issues will be fixed in the next release.
Sorry, something went wrong.
d35b86d
No branches or pull requests
data.xml
layout.xml
Output:

Expected Output (done in Excel):

The text was updated successfully, but these errors were encountered: