Bug report #17330
QGIS composer Multiline table cell formating from xslx data source
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Nyall Dawson | ||
Category: | Map Composer/Printing | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Windows 7 x64 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25227 |
Description
It seems like the "enveloppe le texte" option is taking the carriage return as a too long char to be displayed
along with the last word of the line which creates some lines with just one word.
History
#1 Updated by Arnaud Poncet-Montanges about 7 years ago
It seems that it can't be reproduce on other data sources.Problem comes probably from special char in xlsx format.
Workaround will be to use another data source.
#2 Updated by Arnaud Poncet-Montanges about 7 years ago
Text sample
Aucun nouveau bâtiment n’est projeté dans cette zone
Passage du mazout au gaz, ou installations solaires thermiques, ou les deux
Par ordre de priorité pour autant que cela soit techniquement et financièrement réalisable:
1. Assainissement thermique de l'enveloppe des bâtiments.
2. Remplacement des chaudières à mazout par des chaudières à gaz.
3. Installation de panneaux solaires thermiques pour la production d’eau chaude sanitaire tout en respectant les contraintes liées au patrimoine architectural de la zone.
In a multiline text(unlimited) attribute.
#3 Updated by Arnaud Poncet-Montanges about 7 years ago
adding one or more space after . or : before carriage return fix this
#4 Updated by Giovanni Manghi over 5 years ago
- Status changed from Open to Feedback
Please check if this issue is still valid on QGIS 3.4.5 or 3.6.
#5 Updated by Arnaud Poncet-Montanges over 5 years ago
It seems that the space after . or : is no longer require for good carriage return!
Thanks for the fix!
Arnaud
#6 Updated by Giovanni Manghi over 5 years ago
- Resolution set to fixed/implemented
- Status changed from Feedback to Closed