ExcelExport.kt| Commit | Date | Message |
|---|---|---|
868d6abb | 2025 -> 2026 | |
63081666 | Source file headers: 2024-> 2025. | |
a73905c1 | Fix typos in projectforge*/ directories Found via codespell See c3b0602a893 | |
ec0dd1b7 | remove comment | |
50ca7cb7 | fixed poll issue | |
157139f0 | Multiple changes for poll function | |
60a04068 | Fixed template reference issue by deleting templateD | |
d96924c0 | Fixed ExcelExport synthax and added logs | |
ba75effe | Excel names not showing if no one answered. | |
4942c854 | Migration stuff in progress... |
868d6abb: 2025 -> 2026; 63081666: Source file headers: 2024-> 2025.; a73905c1: Fix typos in projectforge*/ directories Found via .@Autowired lateinit — standard ProjectForge pattern.
Spring service class. Key methods:
getExcel(),setFirstRow(),setAnswerRow(),countLines(),createNewRow(). Package:org.projectforge.rest.poll.excel. Patterns: Spring service, dependency injection, lateinit DI.