일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- oracle
- JEUS
- 자바
- 톰캣
- 에러
- 회계
- 함수
- 도서
- 기타소득
- MIP
- java
- 성능
- 태그를 입력해 주세요.
- Eclipse
- miplatform
- 마이플랫폼
- Tomcat
- 데이터베이스
- 오류
- DB
- JavaScript
- Report Designer
- 오라클
- error
- 한글
- Excel
- 엑셀
- 튜닝
- Book
- 이클립스
Archives
- Today
- Total
목록xlsx (1)
어느 가을날의 전환점
MiPlatform|엑셀(Excel) 2007 파일 생성하기(Export, xlsx)
var ExportObject1; var fileName = "파일경로/파일명.xlsx"; ExportObject1 = CreateExportObject(); ExportObject1.ExportType = "Excel"; ExportObject1.ExportFileName= fileName; ExportObject1.ActiveSheetName = "sheet1"; ExportObject1.MakeEmptyFileWhenNotExist = true; ExportObject1.AddExportGrid("sheet1" + "!" + "A1", divGridPanel.object(sGrid), true, false); ExportObject1.Export(); ExportObject1.Save(); Expo..
Software/MiPlatform
2011. 1. 26. 14:27