Skip to content

Instantly share code, notes, and snippets.

@sukrosono
Created December 24, 2021 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sukrosono/eb0f02911790105bb85b9f75b6b63433 to your computer and use it in GitHub Desktop.
Save sukrosono/eb0f02911790105bb85b9f75b6b63433 to your computer and use it in GitHub Desktop.
import data from spreadsheet using phpspreadsheet/

Both installation php and phpspreadsheet is outside of this video scope. While the purpose is to import data from spreadsheet, which sould be uploaded to the server, We skip the upload process. It simplify the process and we can only focus on extracting the datum from the speadsheet file. We want to aply DRY principle, hence we will create CodeIgniter helper (a php file which contain reusable function).

It's good if we can also focus on WIP See range cell doc

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