ExcelReader 2.0 (As Xojo Library is out - sort of)
So I wanted to get a test out for converting one component that was previously Xojo encrypted code to the new Xojo Libraries.
Since not everyone is ready for Libraries right now then version 1.7.2 remains the current one on our web and the link for 2.0 is here bellow (which is just Xojo library convert of 1.7.2)
As before then ExcelReader needs Einhugur TypeLib and Einhugur e-CryptIt Engine Compression plugin installed.
The Xojo Library can be installed in the Xojo plugin directory or just placed at your project Level. I strongly recommend putting it just at project level.
I think libraries are not viable yet from point of view of the maker of the Libraries, but is viable from point of view of users of the Libraries (as long as your in Xojo 2025 r3 or later).
Reason why I do not think it is viable for component maker is because just for this library I have to maintain 4 projects, Desktop, Web, iOS, Console. I need to manually toggle compile targets in the Desktop projects to get both Arm and x64, same with Web and Console. So just the effort of compiling is extreme. Then I have to sync the code for the library between those projects, and then finally I have to combine the output of them all.
Even if I have created automation that automate a little bit then its really far from being doable so that it makes sense.
But I still think libraries are the future over Xojo encrypted modules once Xojo fixes and improves what needs to be done to make it viable. Which is why I think its important to get this out as a test of the process from all ends.
Note that 2.0 has no new features over 1.7.2, its just library vs encrypted code.
Download link is:

