Using latest GroupDocs.Conversion.NETFramework 26.3.0.0, the attached XLSX file, creates overlapped text in several areas.
MIPDeals_HUNA104685.zip (24.8 KB)
Thank you for reporting this issue.
Could you please confirm the output format you are converting the XLSX file to?
Please also share the exact conversion code/options you are using, so we can reproduce the overlapped text issue on our side.
Thanks.
PDF is the output.
MaxConvertPages=0
BatchReliefFactor=0
OnePagePerSheet=True
SkipEmptyRowsAndColumns=True
SpreadSheetRange=none
DefaultFont=Helvetica
OptimizePdfSize=False
ShowGridLines=False
ShowHiddenSheets=False
Thanks for your patience. I reproduced the issue and confirmed the cause: with SkipEmptyRowsAndColumns = true, the blank-row trimming displaces the form-control checkboxes on your sheet, which is what produces the overlapped text. Your other settings (DefaultFont, OnePagePerSheet, etc.) are not involved.
This is fixed in our codebase and will ship in the upcoming GroupDocs.Conversion for .NET v26.6.
Until v26.6 is released, the workaround is to set SkipEmptyRowsAndColumns = false.