MCPcopy Create free account
hub / github.com/SPLWare/esProc / xlscell

Method xlscell

src/main/java/com/scudata/excel/XlsFileObject.java:296–327  ·  view source on GitHub ↗

xo.xlscell(pos1:pos2,sheet;content). Fill in the string content to the cell a of sheet s. Content can be separated by \n and \t and filled in adjacent rows and columns respectively. Export to the first sheet when sheet is omitted. Sheet cannot be opened by @r@w. When there is no content parameter, t

(CellLocation pos1, CellLocation pos2, Object sheet,
			Object content, boolean isRowInsert, boolean isGraph, boolean isW,
			boolean isP, boolean isN)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

calculateMethod · 0.80

Calls 12

getSheetObjectMethod · 0.95
getMaxRowCountMethod · 0.95
getMaxColCountMethod · 0.95
getCellsMethod · 0.95
setCellsMethod · 0.95
resetSheetInfoMethod · 0.95
getRowMethod · 0.65
getColMethod · 0.65
minMethod · 0.65
maxMethod · 0.65
getRowCountMethod · 0.65
getColCountMethod · 0.65

Tested by

no test coverage detected