XLSXFileStringer class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedFormats
→ Set<String>
-
The set of file extensions that this stringer supports (e.g., {'pdf', 'docx'}).
finalinherited
Methods
-
isSupported(File file)
→ bool
-
Checks if this stringer supports the given file based on its extension.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
stream(File file)
→ Stream<String>
-
Extracts text content from a file and returns it as a stream of strings.
override
-
toString()
→ String
-
A string representation of this object.
inherited