Export excel – xml spreat sheet

QuestionsExport excel – xml spreat sheet
Samsun asked 10 years ago

Hello Mr ABu,

In my grid i activated export excel, but when i save as the format is xml spreat sheet. Can the export is xls or xlsx file?

Regards,
Samsun

1 Answers
Abu Ghufran answered 10 years ago

OpenXML format is supported in MS-excel and Openoffice new versions.
You can try naming the export file with extension.

e.g. "filename"=>"my-file.xlsx"

$grid["export"] = array("format"=>"pdf", "filename"=>"my-file.xlsx", "heading"=>"Invoice Details", "orientation"=>"landscape", "paper"=>"a4");

If you are using older version of ms-excel, you can use CSV export that will open in excel anyway.

Your Answer

8 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?