Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajitdas298 committed Aug 29, 2020
1 parent 0ff1aa3 commit 0efdd6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ const newRowsStyled = worksheet.addRows(rows, 'i');
| Parameter | Description | Default Value |
| -------------- | ----------------- | -------- |
| value/s | The new row/s values | |
| style | 'i' for inherit from row above, 'n' for none | *'n'* |
| style | 'i' for inherit from row above, 'i+' to include empty cells, 'n' for none | *'n'* |

## Handling Individual Cells[](#contents)<!-- Link generated with jump2header -->

Expand Down Expand Up @@ -937,7 +937,7 @@ const insertedRowsOriginal = worksheet.insertRows(1, rows, 'o');
| -------------- | ----------------- | -------- |
| pos | Row number where you want to insert, pushing down all rows from there | |
| value/s | The new row/s values | |
| style | 'i' for inherit from row above, 'o' for original style, 'n' for none | *'n'* |
| style | 'i' for inherit from row above, , 'i+' to include empty cells, 'o' for original style, 'o+' to include empty cells, 'n' for none | *'n'* |

## Splice[](#contents)<!-- Link generated with jump2header -->

Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ const newRowsStyled = worksheet.addRows(rows, 'i');
| Parameter | Description | Default Value |
| -------------- | ----------------- | -------- |
| value/s | The new row/s values | |
| style | 'i' for inherit from row above, 'n' for none | *'n'* |
| style | 'i' for inherit from row above, 'i+' to include empty cells, 'n' for none | *'n'* |

## 处理单个单元格[](#目录)<!-- Link generated with jump2header -->

Expand Down Expand Up @@ -919,7 +919,7 @@ const insertedRowsOriginal = worksheet.insertRows(1, rows, 'o');
| -------------- | ----------------- | -------- |
| pos | Row number where you want to insert, pushing down all rows from there | |
| value/s | The new row/s values | |
| style | 'i' for inherit from row above, 'o' for original style, 'n' for none | *'n'* |
| style | 'i' for inherit from row above, , 'i+' to include empty cells, 'o' for original style, 'o+' to include empty cells, 'n' for none | *'n'* |

## Splice[](#contents)<!-- Link generated with jump2header -->

Expand Down

0 comments on commit 0efdd6e

Please sign in to comment.