GetViewAreasFromExcel
Overloads
| Name | Description |
|---|---|
| GetViewAreasFromExcel(string filePath) | Excel 템플릿에서 'View_n' 태그가 달린 셀(또는 병합 셀)의 위치를 파싱하여 반환 |
GetViewAreasFromExcel(string filePath)
public List<TemplateViewArea> GetViewAreasFromExcel(string filePath)
Excel 템플릿에서 'View_n' 태그가 달린 셀(또는 병합 셀)의 위치를 파싱하여 반환
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | 엑셀 템플릿 파일 경로 |
Returns
| Type | Description |
|---|---|
| List<TemplateViewArea> | ViewPlaceholderData List |