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

Created Unassigned: Bug in ExcelWorksheet.CopyColumn regarding Hidden [15228]

$
0
0
In that function, we do:

newC._hidden = c.Hidden
...
newC.Width = c._width

That effectively unhides the new column. So, if we have two consecutive hidden columns in a worksheet (<col min="6" max="7" hidden="1"/>) and we get 7th column (ws.Columns(7)), we get a column that is not hidden.

Probably the first line should be put after last, I'm not sure about the correct order.

Viewing all articles
Browse latest Browse all 2262

Trending Articles



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