Method and Description |
---|
com.github.miachm.sods.Sheet.getLastColumn()
Use getMaxColumn() instead
Return the last column of the sheet which contains useful data
|
com.github.miachm.sods.Sheet.getLastRow()
Use getMaxRow() instead
Return the last row of the sheet which contains useful data
|
com.github.miachm.sods.SpreadSheet.sortSheets()
This operation will be discarded for simplicity. You can easily recreate it with client code
|
com.github.miachm.sods.SpreadSheet.sortSheets(Comparator<Sheet>)
This operation will be discarded for simplicity. You can easily recreate it with client code
|
com.github.miachm.sods.Sheet.trim()
This function should not be called since it won't make any visible difference to the user. This is going to be moved to private visibility
|
com.github.miachm.sods.SpreadSheet.trimSheets()
this operation relay in sheet.trim(), which is also deprecated
|
Constructor and Description |
---|
com.github.miachm.sods.Style(boolean, boolean, boolean, Color, Color, int) |
com.github.miachm.sods.Style(boolean, boolean, boolean, Color, Color, int, Borders, boolean) |
Copyright © 2023. All rights reserved.