Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to download a .xlsx file from google colab

from google.colab import files

with open('example.txt', 'w') as f:
  f.write('some content')

files.download('example.txt')
Source by colab.research.google.com #
 
PREVIOUS NEXT
Tagged: #download #file #google #colab
ADD COMMENT
Topic
Name
5+5 =