Top "Save-as" questions

This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.

Why can't I "save as" an Excel file from my Python code?

I have an Python ExcelDocument class that provides basic convenience methods for reading/writing/formatting Excel files, and I'm getting …

python save-as
Using VB to automate IE "save target as"

I'm trying to use an excel VB macro to download excel files from a membership password-protected site. I am using …

excel internet-explorer save-as
Saving as .xlsx in different directory in vba

I am trying to use the SaveAs method to save a .csv document as a .xls document. However, when I …

excel vba save save-as
Trigger a Browser's Save-As Dialog via Javascript using only On-page data

As part of my page's output, I'm including a CSV formatted version of a data table in a text area, …

javascript browser download dialog save-as
Save MATLAB figure with different background color

I want to print a MATLAB figure with a dark background and white labels. If I use the print or …

matlab printing figure save-as
Winforms Save as

Does anyone know any articles or sites showing how to create a "Save as" dialogue box in win forms. I …

c# winforms save-as
Unable to save R script as an R file

When trying to save a script as an R file, I am not able to. The save as window opens, …

r save save-as
Cross-browser Save As .txt

Is there a JavaScript library that allows to save strings as txt files, and works cross-browser? In the past, I …

javascript save-as execcommand data-uri
View js files in firefox

Everytime I try to navigate to a JS file on Firefox I get a save-as dialog. I would like to …

javascript firefox save-as
Remove illegal characters while saving workbook Excel VBA

this code basically reformats an xls file and saves it as an xlsx. however it uses G2 & H2 to …

vba excel save-as illegal-characters