Is there any excel export style that has bold & wrapped text with center aligned text with borders

Is there any excel export style that has bold & wrapped text with center aligned text with borders

SAM JSAM J Posts: 2Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • SAM JSAM J Posts: 2Questions: 1Answers: 0

    $('row c[r^="A"]', sheet).attr('s', '5');

  • kthorngrenkthorngren Posts: 21,978Questions: 26Answers: 5,075

    $('row c[r^="A"]', sheet).attr('s', '5');

    Does this solve your question?

    You can find the builtin styles here. Custom styles can be added to the defaults. There are some threads on the forum that discuss how to do this. See this example from this thread.

    Kevin

Sign In or Register to comment.