Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Edited Unassigned: worksheet.copy doesn't bring the property bold into the new sheet [15249]

$
0
0
when you copy a sheet, if there is bold text in the original sheet, the text will be copied without the bold

1. create a new excel file with Excel 2007 and stay on sheet1
2. enter some text
3. make that text bold
4. Save
5. Close Excel

run this code on it
```
using exfile as new excelpackage(new fileinfo("excel file from step 1")

exfile.workbook.worksheets.copy("sheet1","copiedSheet")

exfile.save()
end using
```

the new sheet wont have the bold text

Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>