일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Pointer
- wpf
- parameter
- length
- Encapusulation
- public
- digitalRead
- inheritance
- preprocessing
- Class
- Android
- compare
- file access
- memory
- stream
- mfc
- atmega328
- APP
- Overloading
- Read
- SERIAL
- java
- Unity
- Binary
- Contour
- aduino
- sensor
- Barcode
- UNO
- flutter
Archives
- Today
- Total
폴크(FOLC)
C# 테크닉 - xls 파일에 Local Image 추가하기 본문
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
C# 테크닉 - xls 파일에 Local Image 추가하기
folcjin 2021. 10. 11. 23:54728x90
반응형
# xls 파일에 Local Storage 에 있는 Image 를 Load 해서 추가한다.
> 추가하는 이미지의 크기를 파라미터로 입력할 수 있다.
# 관련 소스 코드
> using Excel = Microsoft.Office.Interop.Excel;
> Excel.Range PositionXY = (Excel.Range)workSheet.Cells[Row, Col];
> workSheet.Shapes.AddPicture(strSaveFileFullPath,
Microsoft.Office.Core.MsoTriState.msoFalse,
Microsoft.Office.Core.MsoTriState.msoTrue,
PositionXY.Left, PositionXY.Top, 100, 100);
728x90
반응형
사업자 정보 표시
사업자 등록번호 : -- | TEL : --
'C#, WF, WPF(.NET) > C#, WF, WPF(.NET) 테크닉' 카테고리의 다른 글
C# 테크닉 - 이미지 뷰어 만들기 (0) | 2021.10.26 |
---|---|
C# 테크닉 - 로그 기록하기 ( log4net ) (0) | 2021.10.13 |
C# 테크닉 - Image 파일 다운로드 (0) | 2021.09.27 |
C# 테크닉 - xls 파일에 Image 추가 (0) | 2021.09.27 |
C# 테크닉 - TrayIcon (0) | 2021.09.07 |