Tagged Questions
-4
votes
1answer
98 views
Export plot to Excel
Very new to Mathematica. Used the code to solve for the response of a system of spring mass dampers but would like to export the data to Excel.
...
3
votes
1answer
141 views
-4
votes
1answer
129 views
How to export data to specific rows and columns in XL file from Mathematica?
I have an XL File with data like :
{{1,2,3},{4,5,6},{7,8,9}}
That XL file name as ...
5
votes
1answer
335 views
Exporting data from Excel into Mathematica using clipboard
I know that it's possible to import Excel data into Mathematica using the Import command, as we can see in this post. But some times, I need just to do some fast ...
2
votes
1answer
310 views
How to export data from excel specific cells into mathematica?
How to export data from excel specific cells into Mathematica? Given that the spreadsheet tab is named XYZ and that I have several cells at various locations in the same column in Excel that I want to ...
6
votes
0answers
189 views
Export data to Excel with adjusted column size
I'm trying to export some data with formats into Excel. It works ok, but the columns size get not properly adjusted. I don't want to use some complicated solution based on this example.
In my tests, ...
1
vote
1answer
201 views
6
votes
0answers
336 views
4
votes
1answer
501 views
Export Table from Mathematica into specific cells Excel
How can I export a table to Excel - to specific cells, e.g. D1-E2?
Background: I want to compare results, and it's easier to have the results on one spreadsheet.
I'm using Mathematica 6.
This is my ...
6
votes
2answers
399 views
Is it possible to export a graph as graphic to Excel?
It is straightforward to export lists to Excel with Export. Can I export a graphic image, too? This does not work:
...
8
votes
1answer
302 views
Why does Export drop namespace prefixes in the exported XML file?
I am trying to generate an Excel-compatible XML file from Mathematica. First, I created a test XML file by saving a Microsoft Excel workbook
as "XML Table". Then I ...
10
votes
2answers
494 views
How to dynamically name and date a file for export?
I have various functions that export Excel and text files, and need to have them named with a name based on the content of some variables in the function and the time and date. How can this be done ...
