Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
White papers, Ebooks, Webinars
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
Advanced Security
Enterprise-grade security features
GitHub Copilot
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
{{ message }}
tpoff
/
Python-Image-To-Excel-Spreadsheet
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
21
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Additional navigation options
Files
master
ExampleUsage.py
Image_To_Excel_Spreadsheet.py
README.md
example_of_results.xlsx
octobiwan.jpg
Breadcrumbs
Python-Image-To-Excel-Spreadsheet
/
ExampleUsage.py
Blame
Blame
Latest commit
tpoff
Added comments
Jan 23, 2018
a8ca2f4
·
Jan 23, 2018
History
History
3 lines (3 loc) · 198 Bytes
Breadcrumbs
Python-Image-To-Excel-Spreadsheet
/
ExampleUsage.py
Top
File metadata and controls
Code
Blame
3 lines (3 loc) · 198 Bytes
Raw
#Simple demonstration on how to use the Image_To_Excel_Spreadsheet code. from Image_To_Excel_Spreadsheet import Convert_Image_To_Excel_Spreadsheet Convert_Image_To_Excel_Spreadsheet("octobiwan.jpg")
1
2
3
#Simple demonstration on how to use the Image_To_Excel_Spreadsheet code.
from
Image_To_Excel_Spreadsheet
import
Convert_Image_To_Excel_Spreadsheet
Convert_Image_To_Excel_Spreadsheet
(
"octobiwan.jpg"
)
While the code is focused, press Alt+F1 for a menu of operations.