Im creating some new joomla components, all of them need to work exporting data into Excel, so I think PhpSpreadsheet is a good library for that requirement, but how can I install it inside of joomla? in that way all my components can use that library. Like its using Composer for installation I dont know how to manage it inside Joomla or my compoments.
Asked
Active
Viewed 206 times
0
-
I check this post: https://stackoverflow.com/questions/49267571/how-to-install-phpspreadsheet-in-joomla but looks like its not the correct way to do it, right? – mlacunza Sep 07 '18 at 05:08
-
Please include you best (but not working) attempt in your question so that it doesn't look like you are seeking a complete tutorial. When you have Joomla-specific issues/questions, please post at Joomla Stack Exchange. – mickmackusa Oct 04 '18 at 04:59
-
I was asking for ideas not for a complete solution. – mlacunza Oct 04 '18 at 08:19
-
Future researchers that find your question via Google search will not value an idea as much as a complete solution. Remember, volunteers are not _only_ trying to help you, they are trying to help thousands of researchers in the future as well. – mickmackusa Oct 04 '18 at 08:21
-
So? Is this the place for find a complete solution or not? Anyways looks like nobody have a clue about my question... – mlacunza Oct 04 '18 at 14:48
-
I know I don't have an answer, because I only started to use Joomla in March of this year. My point is, you should post your question on Joomla Stack Exchange to see if anyone over there knows a solution. – mickmackusa Oct 04 '18 at 14:50
-
1Take a look at this tread. May be something for you. [https://stackoverflow.com/questions/48767355/how-to-use-phpspreadsheet-without-installation-like-phpexcel](https://stackoverflow.com/questions/48767355/how-to-use-phpspreadsheet-without-installation-like-phpexcel) – Clas Östman Oct 06 '18 at 13:55