https://www.telerik.com/kendo-react-ui/components/grid/excel-export/
React Data Grid Component & Excel Export | KendoReact Docs & Demos
Excel ExportThe KendoReact Data Grid provides options for exporting its data to Excel.To enable the Excel export:Install kendo-react-excel-export package.Copy Codenpm install @progress/kendo-react-excel-export @progress/kendo-licensingImport the ExcelExpor
www.telerik.com
https://www.telerik.com/kendo-react-ui/components/pdfprocessing/
https://www.telerik.com/kendo-react-ui/components/pdfprocessing/
KendoReact Rich Text PDF Generator OverviewThe KendoReact PDF Generator enables you to export a selection of or the entire content of a web page to a PDF file. With it, you can scale the content to better fit on the page, customize the paper size, change t
www.telerik.com
PDF 사용 시, 글꼴 깨짐 문제가 발생할 수 있다.
.k-grid td {
font-family: 'Apple SD Gothic Neo';
font-size: $font-size-root + 2;
line-height: 2em;
}
@font-face {
font-family: 'Apple SD Gothic Neo';
src: url('//Inventory/AppleSDGothicNeoM.ttf');
font-weight: 400;
font-style: normal;
}
다음과 같이 유니코드를 지원하는 글꼴을 활용해 처리.
'[Web] > React' 카테고리의 다른 글
[React] react navigate 사용법 및 데이터 값 전달 (0) | 2022.07.14 |
---|---|
[React] react hooks (0) | 2022.07.13 |
[React] react useState / useEffect (0) | 2022.07.13 |
[React] recoil 상태관리 라이브러리 사용하기 (0) | 2022.07.13 |
[React] react-moment / 날짜 사용하기 (0) | 2022.07.12 |