Download ExcelExportLib

Description

ExcelExportLib is a simple data export library wich creates an .xml file. This file can be opened in Excel. Unlike .csv files this format contains formatting information. Main goal of project is to export data in excel format without running Excel.

Source Files

The download file excelexportlib.zip has the following entries.


trunk/ExcelExportLib.sln//from   ww  w  .  j  av a  2 s . co  m
trunk/ExcelExportLib/ExcelCell.cs
trunk/ExcelExportLib/ExcelCellComment.cs
trunk/ExcelExportLib/ExcelCellCommentLine.cs
trunk/ExcelExportLib/ExcelCellPosition.cs
trunk/ExcelExportLib/ExcelCellStyle.cs
trunk/ExcelExportLib/ExcelCellStyleBorder.cs
trunk/ExcelExportLib/ExcelCellStyleFont.cs
trunk/ExcelExportLib/ExcelColumn.cs
trunk/ExcelExportLib/ExcelExportLib.csproj
trunk/ExcelExportLib/ExcelRow.cs
trunk/ExcelExportLib/ExcelTable.cs
trunk/ExcelExportLib/ExcelWorksheet.cs
trunk/ExcelExportLib/Properties/AssemblyInfo.cs
trunk/ExcelExportLib/Properties/trunk/Changelist.txt
trunk/ExcelExportLib/Properties/trunk/SuperListEx.sln
trunk/ExcelExportLib/Properties/trunk/SuperListEx.suo
trunk/ExcelExportLib/Properties/trunk/Superlist/BinaryComponents.SuperList.csproj
trunk/ExcelExportLib/Properties/trunk/Superlist/Column.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ColumnComparer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ColumnList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Delegates.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/ActionType.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/Alignment.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/ChangeType.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/Direction.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/DisplayMode.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/EventType.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/GroupState.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/MoveToGroupBehavior.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/ProcessingStyle.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/VerticalAlignment.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Enums/WhatPropertyChanged.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/CellEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/ColumnDataChangedEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/EventInfo.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/RowEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/RowFocusChangedEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/SelectedItemsChangedEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/EventArgs/SuperlistDragEventArgs.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/AvailableSectionsControl.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/AvailableSectionsForm.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/AvailableSectionsForm.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/AvailableSectionsForm.resx
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/ColumnState.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/GroupInstance.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/ImageWindow.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/ImageWindow.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/ImageWindow.resx
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/SectionContainerControl.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/SectionContainerControl.resx
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/SerializationState.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Helper/TextRendererEx.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Icons.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Icons.resx
trunk/ExcelExportLib/Properties/trunk/Superlist/ItemList/BetterItemList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ItemList/BufferedItemList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ItemList/ItemList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ItemList/RowIdentificationList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Layout/EnforceLazyLayout.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ListControl.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/ListControl.resx
trunk/ExcelExportLib/Properties/trunk/Superlist/PreviewSection/MyRowSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/PreviewSection/MySectionFactory.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/PreviewSection/PreviewListStyle.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/PreviewSection/PreviewStyle.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Printing/PrintTable.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Printing/TableExtensions.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Properties/AssemblyInfo.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/CollapseAllGroupsButton.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/CollapseGroup.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/ColumnsButton.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/DownArrow.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/ExpandAllGroupsButton.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/ExpandGroup.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/Resources/UpArrow.ico
trunk/ExcelExportLib/Properties/trunk/Superlist/RowIdentifier.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/RowIdentifiers/GroupIdentifier.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/RowIdentifiers/NonGroupRow.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/RowIdentifiers/PositionedRowIdentifier.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/RowIdentifiers/RowIdentifier.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/AvailableColumnSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/AvailableColumnsSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/CellSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/CellSectionImage.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/CustomiseGroupingSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/CustomiseListSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/GroupSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/HeaderColumnSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/HeaderSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/HeaderSectionColumnContainer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/ILayoutController.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/ISectionHost.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/ListSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/OptionsToolbarSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/RowSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/ScrollableSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/Section.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/SectionContainer.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/SectionFactory.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Sections/ToolStripOptionsToolbarSection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/SectionsDiagram.cd
trunk/ExcelExportLib/Properties/trunk/Superlist/SelectedItemsCollection.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/SuperListEx.csproj
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/Common.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/ControlUtils.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/EventingList.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/Gdi.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/GdiPlusEx.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/GraphicsSettings.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/ManifestResources.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/Messages.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/Set.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/User.cs
trunk/ExcelExportLib/Properties/trunk/Superlist/Utility/Windows.cs
trunk/ExcelExportLib/Properties/trunk/Test/Form1.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Test/Form1.cs
trunk/ExcelExportLib/Properties/trunk/Test/Program.cs
trunk/ExcelExportLib/Properties/trunk/Test/Properties/AssemblyInfo.cs
trunk/ExcelExportLib/Properties/trunk/Test/Properties/Resources.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Test/Properties/Resources.resx
trunk/ExcelExportLib/Properties/trunk/Test/Properties/Settings.Designer.cs
trunk/ExcelExportLib/Properties/trunk/Test/Properties/Settings.settings
trunk/ExcelExportLib/Properties/trunk/Test/Test.csproj
trunk/ExcelExportLib/Utils.cs
trunk/ExcelExportLib/WorksheetOptions.cs
trunk/ExcelExportLib/enums.cs
trunk/ExcelExportTest/ExcelExportTest.csproj
trunk/ExcelExportTest/ExcelExportTestForm.Designer.cs
trunk/ExcelExportTest/ExcelExportTestForm.cs
trunk/ExcelExportTest/ExcelExportTestForm.resx
trunk/ExcelExportTest/Program.cs
trunk/ExcelExportTest/Properties/AssemblyInfo.cs
trunk/ExcelExportTest/Properties/Resources.Designer.cs
trunk/ExcelExportTest/Properties/Resources.resx
trunk/ExcelExportTest/Properties/Settings.Designer.cs
trunk/ExcelExportTest/Properties/Settings.settings
trunk/ExcelExportTest/app.config

Download

Click the following link to download excelexportlib.zip.

excelexportlib.zip




















Home »
  C# Free Code »
    Office »




Excel
MSOffice
MSWord
Outlook
PowerPoint
VSTO