To Maple Text - Maple Help

Online Help

All Products    Maple    MapleSim


Worksheet

  

WorksheetToMapleText

  

convert a worksheet into a 1-D Maple text string

 

Calling Sequence

Description

Notes

Examples

Compatibility

Calling Sequence

WorksheetToMapleText( worksheet )

WorksheetToMapleText( worksheet, includeoutput )

Description

• 

The command WorksheetToMapleText converts a Maple worksheet in .mw format into a string containing the equivalent commands as 1-D Maple text.  It is similar in functionality to the Maple Text format in the File > Export As menu.

• 

If the first argument worksheet is a string then it is treated as a filename. Otherwise, a worksheet as an XML tree data structure is expected.

Notes

• 

This command only fully supports worksheets.  It may not work properly for Maple documents with tables or components.

Examples

withWorksheet:

withDocumentTools:

withDocumentTools:-Layout:

Esqrtxπ

Exπ

(1)

WWorksheetGroupInputTextfieldEquationE,executable=true,style=TwoDimInput,style=MapleInput

W_XML_Worksheet_XML_Groupview=presentation,hide-input=false,hide-output=false,inline-output=false,drawlabel=true,_XML_Input_XML_Text-fieldalignment=centred,style=Maple Input,layout=Normal,_XML_Equationexecutable=true,style=2D Input,input-equation=,display=LUkmbWZyYWNHNiQlKnByb3RlY3RlZEcvJSttb2R1bGVuYW1lR0ksVHlwZXNldHRpbmdHNiRGJSUoX3N5c2xpYkc2JC1JJm1zcXJ0RzYkRiUvRidGKDYjLUkjbWlHNiRGJS9GJ0YoNiNRIng2Ii1GMjYjUSUmcGk7Rjc=,LUkmbWZyYWNHNiQlKnByb3RlY3RlZEcvJSttb2R1bGVuYW1lR0ksVHlwZXNldHRpbmdHNiRGJSUoX3N5c2xpYkc2JC1JJm1zcXJ0RzYkRiUvRidGKDYjLUkjbWlHNiRGJS9GJ0YoNiNRIng2Ii1GMjYjUSUmcGk7Rjc=

(2)

WorksheetToMapleTextW

sqrt(x)/Pi;

(3)

Compatibility

• 

The Worksheet:-WorksheetToMapleText command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

Export as Maple Text

Worksheet

XMLTools