reportlab: setting colspan for td in rml
问题 I can't find any option, that would allow to set colspan for td element in rml . Is that somehow possible? 回答1: The normal ReportLab way to do this would be to instead use Platypus and the Table flowable. When you set the style of the Table , you can specify a 'SPAN' command that will bundle any rectangular area of cells into one. You'll find more information on this in the ReportLab User Guide, chapter 7, page 81. If you must use RML, I'm inclined to think that colspan is simply not