First I though oh why would someone need a 20 mins video on a simple csv export. But every minute of this video was worth watching. Great content. Thanks for sharing
@srider334 жыл бұрын
13:58: Probably a little more efficient to just use a formula of =Row(F25)-1 Also avoids using a volatile function (at least in Excel).
@ExcelGoogleSheets4 жыл бұрын
Agreed.
@srider334 жыл бұрын
@@ExcelGoogleSheets still a great video. I wonder if volatile functions represent the same risks on Google sheets vs excel. Maybe i will run a timed script on a massive number of cells and see... 😬
@him10314 жыл бұрын
Is there is any way to export the filter data from googlesheet with created hyperlink @ video timing '12:15' ?
@brianbiggers96114 жыл бұрын
Impressive sir, nice work!
@RegRegi-n6q8 ай бұрын
Awesome channel, Amazing videos. Super User teacher. Thank you
@jdml35754 жыл бұрын
Hello, First of thank you for everything you do! I wanted to ask for your help: I've found a way to import multiple CSV files from one of my drive folders to a single sheet, however I can only import the whole "range" of the CSV file since it creates a "string" of the whole file, is it possible to select let's say column 1,5,6,7 and import them? Again thank you for your videos! and thank you in advance in case you answer! EDIT: I mean "select" first and then import since the files are quiet large so I'd rather save some processing time before importing them
@getdavemoore4 жыл бұрын
Thanks as always :) will you be attempting an export to XLSX? The native function brings a load of code through and I'm a bit sick of copy>paste as text (!)
@PawelGrabiec3 жыл бұрын
Hi! Could you record a video how to export google sheet to CSV or XLS using app script?
@user-sl6pt8yz5c2 жыл бұрын
Hi , Where i could find an official guide for parameters , all I have found are unofficial users trials thanks
@vcfborges3 жыл бұрын
Hello greetings, thank you very much for your tutorials, they are very good and I learn a lot, regarding this topic I have a query to see if it is possible for you to recommend something to me: Google Sheets allows you to publish the data to the web as a .CSV etc. I have a system where I edit the spreadsheet and when I'm finished I run a script which downloads the .csv file and processes it for use on personal app.The problem is that the .csv file produced is sometimes a few minutes out of date. I need to either make my command-line-script automatically tell Google to republish, or find another way to get the current data out of my spreadsheet. Thanks from Venezuela
@kedarguragai22763 жыл бұрын
Is there way to export data into csv by filtering data in to specific column with certain value
@marcosrs754 жыл бұрын
Hi, how can I rename the sheet in csv? Is there a way through bash?
@sad65497754 жыл бұрын
Hi There, sorry if you have already uploaded this and I didn't find it. Do you a way to import csv into Google sheets...say email scheduled reports? thanks!
@ExcelGoogleSheets4 жыл бұрын
I don't understand. What does importing csv into Google sheets have to do with emailing scheduled reports?
@emilianoreyes4 жыл бұрын
Thank you! Q. Or subject to future video...how can a script can be run from another proyect?
@ExcelGoogleSheets4 жыл бұрын
Just write the script in the other project?
@viniciusmartinsdeandrade80103 жыл бұрын
how i can export CSV with semicolon as separator, instead of comma?
@lionelfabre83204 жыл бұрын
Hello, And thanks for your useful ideas. Will you publish something on TSV exports ? I have an issue with blank cells which generate blank tabs 😩
@pedroivanmedinareyes86624 жыл бұрын
Thanks, its a lot of knowledge listen your videos,,, hi from Culiacan Sinaloa Mexico.
@MikeGarnDesign2 жыл бұрын
Thanks so much for the great tutorial! This is going to save me so much time. Along the same lines is there a method for adding a file save location to the link? Thanks!
@ExcelGoogleSheets2 жыл бұрын
You can't set download location. You can however change the default download folder on your browser.
@MikeGarnDesign2 жыл бұрын
@@ExcelGoogleSheets Okay I see. Thanks for the info :)
@wiurg2 жыл бұрын
🔥 Mindblowingly awesome, helpful and to the point! Thank you, made my work much easier! 👍
@davidfernandezbajo4 жыл бұрын
Is there a way that the output csv uses ANSI instead of UTF-8?
@ExcelGoogleSheets4 жыл бұрын
I'm not sure, but I don't think so. I I think it's UTF-8 only. You might be able to do something with Google Drive API, but I haven't looked into this.
@sergiojavierfajardoportill3623 жыл бұрын
I have a query on the tab i want to export. I click download as csv and it download a blank csv file 😓. Any thougths about what happened?
@flipflopmusic5687 Жыл бұрын
How to export multiple sheets in csv format in Google sheets in one click
@saisrinivasavvaru12184 жыл бұрын
How to change the name of the file while exporting? Currently, it will export with the filename as Spreadsheet Name - Sheet Name. But I want to export with custom naming like Spreadsheet Name - Sheet Name - Current Date
@ExcelGoogleSheets4 жыл бұрын
You would have to do it with a script.
@enderallygolem3 жыл бұрын
@@ExcelGoogleSheets How?
@tr911tr3 жыл бұрын
Simply superb, saved a ton of time. Thanks a lot!
@ExcelGoogleSheets3 жыл бұрын
:)
@paulloup52104 жыл бұрын
Thank you!
@sarathkumar-gu7zx4 жыл бұрын
Sir, Is possible, 1) we can take different whole column like column -A and column D, column E, 2) can we rearrange column like column-F and Column-A and column-B to export to csv Any suggestions or tip And thanks
@ExcelGoogleSheets4 жыл бұрын
Use QUERY function to get the columns and then export the results.
@sarathkumar-gu7zx4 жыл бұрын
@@ExcelGoogleSheets thanks sir
@betobsbf Жыл бұрын
I just discovered now that Google Sheets doesn't export .csv file with semicolons. Everything was going so well!
@davidtmiller563 жыл бұрын
Is there a way to put in your own filename? Currently the file is saved as spreadsheet_name - sheet_name.csv I'd like the file name to have the date at the beginning. 2021-06-05 - spreadsheet_name - sheet_name.csv