I work with excel through the library TXLSFile . How can I insert a blank line after (or before) a certain line?
TXLSFile
In general, he rummaged in the source tried everything possible. It turns out to be terribly easy -
xf.Workbook.Sheets[0].Rows.InsertRows(0,10);
This, for example, inserts 10 lines after 1 line.
Source: https://ru.stackoverflow.com/questions/130309/More articles:How to set the style after the page is scrolledHow to tie MinGW to Sublime Text 2?How best to describe inheritance in JavaScript [closed]How to code in online mode on nodejsThe problem with the private properties of the objectProtecting VisualSvn when swapping files in non-revision projectsWork with databases on Visual Studio C ++Transparent form in C #, but so that the borders and title are visible?Problem with captchaJS / FLASH effectAll Articles