assadnazar

Results 15 comments of assadnazar

> Hi @zhangchenglin, > > I don't understand what's your issue > Can you add a live example please ? He must be asking about filenames which are not being...

``` using (ExcelPackage excelPackage = new ExcelPackage(fileInfo)) { ExcelWorksheet excelWorksheet = excelPackage.Workbook.Worksheets.FirstOrDefault(); // Exception here... excelPackage.Workbook.Worksheets null here var rowCount = excelWorksheet.Dimension.End.Row; var colCount = excelWorksheet.Dimension.End.Column; ...... } ```

Here is the file; [MerchantAdminPaymentTrxnReport21012022 230726.xlsx](https://github.com/EPPlusSoftware/EPPlus/files/7916347/MerchantAdminPaymentTrxnReport21012022.230726.xlsx)

> I don't get an exception when accessing the workbook object in version 5.8.6. However, when saved the workbook is corrupt due to a missing record in the styles -...

check whether you added jquery library before jsgrid and then try something like this `insertItem: function(item) { return $.ajax({ type: "POST", url: "url", data: item }); },`

> you can use data-vvveb-disabled on div which you want to disable @farhankhalid287 how to enable only 1 section in whole page? I don't want to use data-vvveb-disabled for all...

@givanz [Check this in same thread](https://github.com/itsjavi/bootstrap-colorpicker/issues/327#issuecomment-843082927) I just changed it and colorpicker is showing up. have to test further but it is working for now.