-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.xml
More file actions
73 lines (71 loc) · 3.29 KB
/
package.xml
File metadata and controls
73 lines (71 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<files>
<file>
<guid>Aspose.UmbracoMemberExportToExcel.dll</guid>
<orgPath>/bin</orgPath>
<orgName>Aspose.UmbracoMemberExportToExcel.dll</orgName>
</file>
<file>
<guid>Aspose.Cells.dll</guid>
<orgPath>/bin</orgPath>
<orgName>Aspose.Cells.dll</orgName>
</file>
<file>
<guid>ExportToExcel.aspx</guid>
<orgPath>/umbraco/plugins/AsposeMemberExport</orgPath>
<orgName>ExportToExcel.aspx</orgName>
</file>
<file>
<guid>aspose.ico</guid>
<orgPath>/umbraco/plugins/AsposeMemberExport/Images</orgPath>
<orgName>aspose.ico</orgName>
</file>
</files>
<info>
<package>
<name>AsposeMemberExportToExcel</name>
<version>1.0</version>
<license url="https://asposeumbraco.codeplex.com/license">Aspose Member Export to Excel license agreement</license>
<url>https://asposeumbraco.codeplex.com/wikipage?title=Umbraco%20Export%20Members%20to%20Excel</url>
<requirements>
<major>4</major>
<minor>5</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>Aspose Pty Ltd</name>
<website>http://www.aspose.com/</website>
</author>
<readme>
<![CDATA[ Export Members to Excel is an Add-on for Umbraco which allows you to export members from your Umbraco CMS to an Excel and OpenDocument Spreadsheet using Aspose.Cells. A new node titled Export Members To Excel appears under Members tree in Umbraco backend after installation where you can simply select members to export and output format to get members in selected output document format. <br><br
<p>This initial version of the Add-on have the following features:</p>
<ul>
<li>Export members to Microsoft Excel Documents (.xls, .xlsx and .xlsb)</li>
<li>Export members to Tab delimited text document (.txt)</li>
<li>Export members to CSV (Comma delimited) (*.csv)</li>
<li>Export members to OpenDocument Spreadsheet (*.ods)</li>
<li>Option to select desired output format before exporting</li>
<li>Option to export all or selected members to selected output document format.</li>
<li>Works with all .NET versions starting from .NET 2.0.</li>
<li>Exported document is automatically sent to browser for downloading</li>
<li>If selected a copy of the exported document is saved in App_Data/AsposeMemberExport folder on the server for later use.</li>
<li>Compatible with a wide range of Umbraco versions 4.5+ including Version 6 and 7.</li>
</ul>
]]>
</readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
<Actions>
<Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="100" applicationAlias="member"
treeAlias="asposememberexporttoexcel" treeTitle="Export Members To Excel" iconOpened="folder_o.gif" iconClosed="folder.gif"
assemblyName="Aspose.UmbracoMemberExportToExcel" treeHandlerType="Library.MemberExportToExcelTree" action="" />
</Actions>
</umbPackage>