eduardosuruagy Posted October 27, 2020 Posted October 27, 2020 Error when exporting grid to excel, Uso a versão 1.90.0.1537 var O6F2=new Object({type:"xlsx",mimeType:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",title:"Movimentação do Caixa",fileName:"Export.xlsx"});O587.saveDocumentAs(O6F2); Quote
Sherzod Posted October 27, 2020 Posted October 27, 2020 6 hours ago, eduardosuruagy said: Error when exporting grid to excel, Uso a versão 1.90.0.1537 Hello, I couldn't reproduce your issue. Can you provide more details? MSOffice version, steps to reproduce? Quote
eduardosuruagy Posted October 27, 2020 Author Posted October 27, 2020 4 hours ago, Sherzod said: Olá, Não consegui reproduzir seu problema. Você pode fornecer mais detalhes? Versão do MSOffice, etapas para reproduzir? I'm using the native component of the UniGridExcelExporter I'm using like this: UniDBGrid.Exporter.Exporter: = UniGridExcelExporter1; UniDBGrid.Exporter.Title: = Title; UniDBGrid.Exporter.IncludeGroups: = bIncludeGroups; UniDBGrid.Exporter.IncludeSummary: = bIncludeSummary; UniDBGrid.Exporter.Enabled: = True; UniDBGrid.Exporter.ExportGrid; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.