added error recognition in spreadsheet

This commit is contained in:
GotthardG
2024-11-07 14:27:49 +01:00
parent 8f82a3b7fe
commit 501d09e6aa
5 changed files with 274 additions and 102 deletions

View File

@ -280,5 +280,7 @@ class SpreadsheetResponse(BaseModel):
pucks: List[str]
samples_count: int
samples: List[str]
headers: Optional[List[str]] = None # Add headers if needed
__all__ = ['SpreadsheetModel', 'SpreadsheetResponse']