SurfSense/surfsense_backend/tests/unit
Anish Sarkar 3da0ffd683 feat: add native Excel parsing and improve Google Drive content extraction
- Introduced a new utility for parsing .xlsx files into markdown format, enhancing the ability to process Excel documents natively.
- Updated the Google Drive content extractor to utilize the new Excel parsing functionality, allowing for better handling of spreadsheet files.
- Enhanced file type detection and export logic to support various document formats, improving overall content extraction accuracy.
- Added unit tests to ensure the correctness of the new Excel parsing feature and its integration with existing content extraction workflows.
2026-03-27 21:47:14 +05:30
..
adapters test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
connector_indexers feat: enhance Google Drive client with improved logging and thread-safe operations 2026-03-27 19:25:45 +05:30
google_unification chore: ran linting 2026-03-22 00:43:53 +05:30
indexing_pipeline feat: implement parallel indexing for Google Calendar and Gmail connectors 2026-03-26 19:34:04 +05:30
middleware feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
__init__.py test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
test_office_parsers.py feat: add native Excel parsing and improve Google Drive content extraction 2026-03-27 21:47:14 +05:30