이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Convert a xls or xlsx specific sheet to pdf file.
You must specify the full path for both files.
It requires MS Office 2007 or above installed, with capacity for saving to PDF and XPS.
Example:
xlsFile = 'C:\excelsps.xlsx';
sheet = 1; % Sheet name is also valid
pdfFile = 'C:\pdfdoc.pdf';
xls2pdf(xlsFile,sheet,pdfFile);
Tested on Win8 (64 bits) with Office 2010 and Matlab R2012b.
인용 양식
Daniel Pereira (2026). xls2pdf.m (https://kr.mathworks.com/matlabcentral/fileexchange/47309-xls2pdf-m), MATLAB Central File Exchange. 검색 날짜: .
