WOLFRAM
Products
Wolfram|One
Mathematica
System Modeler
Wolfram|Alpha
AI Access
Compute Services
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
For AIs
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Close
Enable JavaScript to interact with content and submit forms on Wolfram websites.
Learn how
Mathematica Reference
Book Functions
ExcelNew
•
ExcelNew[]
creates a new workbook with the default number of sheets.
•
ExcelNew[
i
]
creates a book with
i
sheets.
•
ExcelNew[{
"
name1
"
,
"
name2
"
,
...
}]
creates a book with the specified named sheets.
•
ExcelNew[
"
book.xls
"
]
creates a book using the specified existing book as a template.
• Template names must be specified using a full path.
• See also:
ExcelBook
,
ExcelOpen
,
ExcelSave
,
ExcelClose
.
Further Examples
In[1]:=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
In[5]:=
Out[5]=
In[6]:=
Out[6]=
In[7]:=
In[8]:=
Out[8]=
In[9]:=
Out[9]=
In[10]:=