Skip to content

Commit

Permalink
Comment out warn-inducing elements
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 5, 2023
1 parent 352833c commit 0a86811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FsSpreadsheet.ExcelIO/FsExtensions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module FsExtensions =
static member toXlsxTable cellsCollection (table : FsTable) =
table.ToXlsxTable(cellsCollection)

/// Creates an FsTable on the basis of an XlsxTable.
///// Creates an FsTable on the basis of an XlsxTable.
//new(table : Spreadsheet.Table) = // not permitted :(
//FsTable(table)

Expand Down
2 changes: 1 addition & 1 deletion src/FsSpreadsheet.ExcelIO/WorkSheet.fs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module Worksheet =

//let insertCellData (cell:CellData.CellDataValue) (worksheet : Worksheet) =

///Convenience
//Convenience

//let insertRow (rowIndex) (values: 'T seq) (worksheet:Worksheet) = notImplemented()
//let overWriteRow (rowIndex) (values: 'T seq) (worksheet:Worksheet) = notImplemented()
Expand Down

0 comments on commit 0a86811

Please sign in to comment.