$('#myTable').DataTable( { buttons: [ { extend: 'excel', text: 'Save current page', exportOptions: { modifier: { page: 'current' } } } ] } ); ํ๋ก์ ํธ์์๋ ์์ ๋ค์ด๋ก๋์ ์ปฌ๋ผ๋ณ๋ก CSS๋ฅผ ์ค์ ํด์ฃผ๊ณ , function getExcelConfig(){ // ์์ ์คํ์ผ ์ค์ const cols = [ // ์์ { idx:0, stCode :'center' }, // ์ผ์ { idx: 1, stCode :'center', width: 40 }, // ๊ตฌ๋ถ { idx: 2, stCode:'center' }, // ๋น๊ณ { idx: 3, stCode:'left', width: 50 } ]; // s..