Skip to content

Conversation

@maihcx
Copy link
Contributor

@maihcx maihcx commented Nov 12, 2025

The autoloader used Windows-style backslashes when building file paths. This caused "Interface not found" errors on Linux servers where backslashes are invalid path separators. Updated to convert '\' to '/' before including the file.

The autoloader used Windows-style backslashes when building file paths.
This caused "Interface not found" errors on Linux servers where backslashes
are invalid path separators. Updated to convert '\' to '/' before including
the file.
@maihcx
Copy link
Contributor Author

maihcx commented Nov 12, 2025

In my opinion, FastExcelReader and FastExcelHelper also need to be edited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant