Skip to content

Commit ed014d4

Browse files
docs: fix typo in core-class.md (#621)
Co-authored-by: DeleiGuo <[email protected]>
1 parent 114277e commit ed014d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/help/core-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ Core Features:
395395
|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
396396
| `invoke(T data, AnalysisContext context)` | Triggered when a line of data is read. `data` is the parsed current line object, and `context` contains the read context information. |
397397
| `doAfterAllAnalysed(AnalysisContext context)` | Called after all data parsing is complete, used for resource cleanup or post-processing of batch operations. |
398-
| `onException(Exception exception, AnalysisContext context)` *(Optinal)* | Capture and handle exceptions thrown during parsing to facilitate error data handling. |
399-
| `invokeHead(Map<Integer, ReadCellData<?>> headMap, AnalysisContext context)` *(Optinal)* | Retrieve Excel header data, commonly used for dynamic header processing. |
398+
| `onException(Exception exception, AnalysisContext context)` *(Optional)* | Capture and handle exceptions thrown during parsing to facilitate error data handling. |
399+
| `invokeHead(Map<Integer, ReadCellData<?>> headMap, AnalysisContext context)` *(Optional)* | Retrieve Excel header data, commonly used for dynamic header processing. |
400400

401401
### Use Cases
402402

0 commit comments

Comments
 (0)