Skip to content

fix some export bugs#2509

Open
mariusheine wants to merge 9 commits into
mainfrom
some-export-bugs
Open

fix some export bugs#2509
mariusheine wants to merge 9 commits into
mainfrom
some-export-bugs

Conversation

@mariusheine

@mariusheine mariusheine commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Fixed:

  • merging of cells in excel export
  • fonts in some excel exports
  • last column in pdf if not a remark column
  • unsorted and duplicate footnote shorthands in excel export
  • printing area in sxxx template

@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown

Test Results

136 tests  ±0   136 ✅ ±0   8m 37s ⏱️ +9s
 34 suites ±0     0 💤 ±0 
 34 files   ±0     0 ❌ ±0 

Results for commit 31f7a18. ± Comparison against base commit 65241ae.

This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both.
org.eclipse.set.feature.plazmodel.test.CalculateTopologicalCoordinateTest ‑ testTopologischeCoordinateCalculate(Pair)[1] Pair [first=pphn, second=/tmp/set-test9346515950536289529PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro]
org.eclipse.set.feature.siteplan.transform.SiteplanTransformatorTest ‑ testSiteplanTransformSuccessful(String)[1] /tmp/set-test13826984678790458974PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro
org.eclipse.set.feature.table.pt1.test.Pt1TableTransformationTest ‑ testTransformator(String)[1] /tmp/set-test14736146046960850345PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro
org.eclipse.set.feature.table.pt1.test.Pt1TableTransformationTest ‑ testTransformator(String)[2] /tmp/set-test16750580079831494834Info__2026-04-21_10-40.planpro
org.eclipse.set.feature.plazmodel.test.CalculateTopologicalCoordinateTest ‑ testTopologischeCoordinateCalculate(Pair)[1] Pair [first=pphn, second=/tmp/set-test13809170083688370587PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro]
org.eclipse.set.feature.siteplan.transform.SiteplanTransformatorTest ‑ testSiteplanTransformSuccessful(String)[1] /tmp/set-test11256850962876689613PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro
org.eclipse.set.feature.table.pt1.test.Pt1TableTransformationTest ‑ testTransformator(String)[1] /tmp/set-test2701813258126611647PPHN_1.10.0.3_01-02_Ibn-Z._-_2._AeM_2022-05-17_13-44_tg3.planpro
org.eclipse.set.feature.table.pt1.test.Pt1TableTransformationTest ‑ testTransformator(String)[2] /tmp/set-test13059163033300574538Info__2026-04-21_10-40.planpro

♻️ This comment has been updated with latest results.

private static void fillSheet(final Sheet sheet, final List<TableRow> rows,
final int rowIndex, final int columnCount,
final boolean inlineFootnote) {
private static void fillSheet(final Workbook workbook, final Sheet sheet,

@TruongQuangSB TruongQuangSB Jul 2, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariusheine you can get the wookbook through sheet, isn't? 😄

.setFont(workbook.getFontAt(sheet.getRow(0)
.getCell(1)
.getCellStyle()
.getFontIndex()));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariusheine pls explain here als comment, why we take the font at the cell as default

Comment on lines +192 to +194
protected String getRemarkColumnPosition() {
return null;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariusheine pls this function as abstract, almost pt1 table have the remark column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants