Open hyperliskdev opened 5 months ago
So first, the s attribute is style index, then attribute t is type. Type S is sharedString and the value likely relates to the sharedString Index. The first shared index value is the word "Date".
For some reason, the test for this date issue is grabbing the first cell with the sharedString.
Another thing is that the cell that contains the date has a styleIndex reference to 1 and this references cellXfs area of the styles xml.
okay so in the testing branch for this issue, I have discovered that for some reason, macos devices cannot grab the actual text from the sharedStrings.xml file.
Okay, so after reruning some tests, for some reason, it only happens intermittently that the macos devices read the sharedStrings as a literal index.
spec/integration/issues/issue-1328-xlsx-worksheet-reader-date.spec.js:28:28
Ultimately, the value that is being read here is the first value in the first cell but we want to read the value in A2 because it contains the matching date for the test.