-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#48 read excel file. List Metabo and thier area not empty
- Loading branch information
1 parent
518599d
commit b6184c9
Showing
3 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// SPDX-FileCopyrightText: 2024 Marcellino Palerme <[email protected]> | ||
// | ||
// SPDX-License-Identifier: MIT | ||
|
||
// We declare type of response of the p2m2ToolsApi | ||
|
||
export type P2M2ToolsApi = {}|{ header : string[], samples : string[][]}; | ||
|
||
export type P2M2ToolsApiFill = { header : string[], samples : string[][]}; |