what does $('is t').text() mean in cell format example mean?

what does $('is t').text() mean in cell format example mean?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,311Questions: 1Answers: 10,621 Site admin
    Answer ✓

    Its part of the XML structure that makes up the XLSX file. Just like any other jQuery / CSS selector in that form, it is selecting all t tags inside is tags.

    This is where those tags are being created.

    The open spreadsheet documentation has a full rundown on the XML that it defines.

    Allan

This discussion has been closed.