Documentation
¶
Index ¶
- Constants
- func DetectAndReadFile(filename string, charsets ...string) ([]byte, string, error)
- func ParseHTMLFile(name string, charsets ...string) (*html.Node, error)
- func ReadTextFromTextData(data []byte) string
- func ReadTextFromTextFile(filename string, charset string) (string, error)
- func ReadXlsxDataToMap(data []byte) (*linkedhashmap.LinkedHashMap[string, [][]string], error)
Constants ¶
View Source
const (
CharsetDetectLength = 4096
)
Variables ¶
This section is empty.
Functions ¶
func DetectAndReadFile ¶
func ReadTextFromTextData ¶
func ReadTextFromTextFile ¶
func ReadXlsxDataToMap ¶
func ReadXlsxDataToMap(data []byte) (*linkedhashmap.LinkedHashMap[string, [][]string], error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.