AdrianEPPlus
AdrianEPPlus
Hello EPPlus does not currently support copying Shapes. I will mark this as an enhancement for a future version.
Hello! Could you provide some code to help us look into this?
Hello! We seem to have issues replicating your issue. Could you create a new project that replicates this error for us to look at?
Could you attach an example project with some code and a workbook that replicates this issue?
Support for shapes in charts will be released with EPPlus 8.1.
Try using `worksheet.Cells["A1:L15"].AutoFitColumns();`
That's odd. Can you upload a workbook with your issue for us to test with?
It seems that you are using `worksheet.Cells["A1:L15"].AutoFitColumns();` before you set the values in your cell. Autofit sets the width of a column based on the contents of its cells. Call...
Sorry, I don't understand what you mean. Here is a small piece of your code with the autofit call after setting the values to the cells. ``` worksheet.Cells["L11"].Value = topuz5;...
Could you provide the .xlsx file for us to test with?