0

I have a set of displayfield contents as shown in the picture. I need to create a button when on clicking should export the contents to an excel sheet. Please guide me through this.

Note, I don't have the content as grid and hence, I want an approach which could do the same.

Contents in the panel enter image description here

Saeed Zhiany
  • 2,051
  • 9
  • 30
  • 41
Rev
  • 13
  • 2
  • You are expecting this only by use of extjs or with some other technology? – Tejas Nov 09 '17 at 13:23
  • This is not possible with pure ExtJS. You are maybe searching for [XSLX.js](https://github.com/stephen-hardy/xlsx.js). – Alexander Nov 09 '17 at 20:38
  • Only extjs. Actually there are some options to convert grid data to excel or whatever document we need. But I no where saw some implementation for exporting datafield values to any file. @Tejas – Rev Nov 10 '17 at 04:05
  • @Alexander Oh, so could not export this into any file? – Rev Nov 10 '17 at 04:06
  • 1
    @Rev you can always export somehow, **by coding everything manually**. Considering the size of the XSLX standardization document (6000+ pages), this may take months (ZIP/UnZIP not included). Or you can add XSLX.js to your dependency list and get a Microsoft JavaScript library that can read and write XSLX files for you. – Alexander Nov 10 '17 at 04:27

0 Answers0