Jump to content

Recommended Posts

Posted

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);

Posted
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?

Posted
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;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...