MCPcopy
hub / github.com/qax-os/excelize / WriteString

Method WriteString

stream.go:805–807  ·  view source on GitHub ↗

WriteString write to the in-memory buffer. The error is always nil.

(p string)

Source from the content-addressed store, hash-verified

803
804// WriteString write to the in-memory buffer. The error is always nil.
805func (bw *bufferedWriter) WriteString(p string) (n int, err error) {
806 return bw.buf.WriteString(p)
807}
808
809// Reader provides read-access to the underlying buffer/file.
810func (bw *bufferedWriter) Reader() (io.Reader, error) {

Callers 15

StringMethod · 0.80
TestZip64Function · 0.80
ROMANMethod · 0.80
concatMethod · 0.80
REPTMethod · 0.80
getFromStringItemMethod · 0.80
NewStreamWriterMethod · 0.80
marshalAttrsMethod · 0.80
SetRowMethod · 0.80
MergeCellMethod · 0.80
writeCellFunction · 0.80
writeSheetDataMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestZip64Function · 0.64
TestStreamWriterReaderFunction · 0.64