Fixed

- (Method) showUploadDialog 엑셀 파일 업로드 후, Dialog 창의 시트 편집 시 스크립트 에러 수정

- RealGridsJs를 통해 만들어진 엑셀 파일 (Method) importData 엑셀 로드 가능하도록 수정

- (Col) TrueValue, FalseValue 가 설정되어 있는 (Col) Type:"Bool" 컬럼을 (Method) setAttribute 함수로 타입 변경 하여 데이터를 수정 후 저장시 (Col) TrueValue, FalseValue 값 추출되는 현상 수정

- 가로 스크롤이 있는 시트에서, 헤더의 전체체크 클릭 시 가로 스크롤이 초기화 되는 현상 수정
- (Cfg) Size : Low, Small, Tiny 사용시 (Col) Button 설정된 시트에서 행 높이가 틀어지는 현상 수정

8.1.0.37-20230817-15 에서 수정했던 css의 문제로 최종으로 아래 css 반영

.IBCellBase>div>*{font-size: inherit; line-height: inherit;} 제거

.IBDialogButton,u.IBSheetButton { background:#53bfca;border:0px solid #53bfca;color:white; padding-top: 0.2em; padding-bottom: 0.2em; } --> .IBDialogButton,u.IBSheetButton { background:#53bfca;border:0px solid #53bfca;color:white; }


- 헤더가 열 기준 병합되었을 경우, (Method) exportData 시 Required Mark가 출력되지 않는 현상 수정

[sheet 화면]


[수정전]


[수정후]