You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a xlsx , read using partition_xlsx and parsing the text_as_html , I can find negative values whereas excel doesnt have any negative value
To Reproduce
from unstructured.partition.xlsx import partition_xlsx
elements = partition_xlsx(filename="excelfilepath")
print(elements[0].metadata.text_as_html)
Expected behavior
Values should be positive and exact value needs to be extracted
Maybe try reading the excel through a normal library such as pandas once to verify if the actual data is not different to what's being displayed. Excel can be weird with it's data
Describe the bug
I have a xlsx , read using partition_xlsx and parsing the text_as_html , I can find negative values whereas excel doesnt have any negative value
To Reproduce
from unstructured.partition.xlsx import partition_xlsx
elements = partition_xlsx(filename="excelfilepath")
print(elements[0].metadata.text_as_html)
Expected behavior
Values should be positive and exact value needs to be extracted
Screenshots
Environment Info
Databricks cluster - 16.1 ML Runtime - Complete details - https://docs.databricks.com/aws/en/release-notes/runtime/16.1ml
Additional context
file is sensitive , wouldnt be able to share the actual file , providing any direction to resolve this can help
The text was updated successfully, but these errors were encountered: