Update 3rd party library
This commit is contained in:
parent
927ae69743
commit
7293fd7114
@ -1,51 +1,51 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
||||||
<Font Name="Tahoma" Size="8.25" />
|
<Font Name="Tahoma" Size="8.25" />
|
||||||
<Class Name="ClassDiagrams.PHPExcel" Collapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel" Collapsed="true">
|
||||||
<Position X="3.5" Y="0.5" Width="1.5" />
|
<Position X="3.5" Y="0.5" Width="1.5" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<FileName>Classes\PHPExcel.cs</FileName>
|
<FileName>Classes\PHPExcel.cs</FileName>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA=</HashCode>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<ShowAsAssociation>
|
<ShowAsAssociation>
|
||||||
<Property Name="Worksheets" />
|
<Property Name="Worksheets" />
|
||||||
</ShowAsAssociation>
|
</ShowAsAssociation>
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.Worksheet" Collapsed="true">
|
<Class Name="ClassDiagrams.Worksheet" Collapsed="true">
|
||||||
<Position X="0.5" Y="0.5" Width="1.5" />
|
<Position X="0.5" Y="0.5" Width="1.5" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<FileName>Classes\Worksheet.cs</FileName>
|
<FileName>Classes\Worksheet.cs</FileName>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
</Class>
|
</Class>
|
||||||
<Interface Name="ClassDiagrams.PHPExcel_Reader_IReader" Collapsed="true">
|
<Interface Name="ClassDiagrams.PHPExcel_Reader_IReader" Collapsed="true">
|
||||||
<Position X="2.25" Y="2.5" Width="2" />
|
<Position X="2.25" Y="2.5" Width="2" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<FileName>Classes\IReader.cs</FileName>
|
<FileName>Classes\IReader.cs</FileName>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<ShowAsAssociation>
|
<ShowAsAssociation>
|
||||||
<Property Name="reads" />
|
<Property Name="reads" />
|
||||||
</ShowAsAssociation>
|
</ShowAsAssociation>
|
||||||
<AssociationLine Name="reads" Type="ClassDiagrams.PHPExcel">
|
<AssociationLine Name="reads" Type="ClassDiagrams.PHPExcel">
|
||||||
<MemberNameLabel ManuallyPlaced="true" ManuallySized="true">
|
<MemberNameLabel ManuallyPlaced="true" ManuallySized="true">
|
||||||
<Position X="0.152" Y="1.279" Height="0.16" Width="0.597" />
|
<Position X="0.152" Y="1.279" Height="0.16" Width="0.597" />
|
||||||
</MemberNameLabel>
|
</MemberNameLabel>
|
||||||
</AssociationLine>
|
</AssociationLine>
|
||||||
</Interface>
|
</Interface>
|
||||||
<Interface Name="ClassDiagrams.PHPExcel_Writer_IWriter" Collapsed="true">
|
<Interface Name="ClassDiagrams.PHPExcel_Writer_IWriter" Collapsed="true">
|
||||||
<Position X="4.5" Y="2.5" Width="2" />
|
<Position X="4.5" Y="2.5" Width="2" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<FileName>Classes\IWriter.cs</FileName>
|
<FileName>Classes\IWriter.cs</FileName>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<ShowAsAssociation>
|
<ShowAsAssociation>
|
||||||
<Property Name="writes" />
|
<Property Name="writes" />
|
||||||
</ShowAsAssociation>
|
</ShowAsAssociation>
|
||||||
<AssociationLine Name="writes" Type="ClassDiagrams.PHPExcel">
|
<AssociationLine Name="writes" Type="ClassDiagrams.PHPExcel">
|
||||||
<MemberNameLabel ManuallyPlaced="true" ManuallySized="true">
|
<MemberNameLabel ManuallyPlaced="true" ManuallySized="true">
|
||||||
<Position X="-1.002" Y="1.298" Height="0.16" Width="0.764" />
|
<Position X="-1.002" Y="1.298" Height="0.16" Width="0.764" />
|
||||||
</MemberNameLabel>
|
</MemberNameLabel>
|
||||||
</AssociationLine>
|
</AssociationLine>
|
||||||
</Interface>
|
</Interface>
|
||||||
</ClassDiagram>
|
</ClassDiagram>
|
@ -1,64 +1,64 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProductVersion>8.0.50727</ProductVersion>
|
<ProductVersion>8.0.50727</ProductVersion>
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
<ProjectGuid>{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}</ProjectGuid>
|
<ProjectGuid>{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>ClassDiagrams</RootNamespace>
|
<RootNamespace>ClassDiagrams</RootNamespace>
|
||||||
<AssemblyName>ClassDiagrams</AssemblyName>
|
<AssemblyName>ClassDiagrams</AssemblyName>
|
||||||
<FileUpgradeFlags>
|
<FileUpgradeFlags>
|
||||||
</FileUpgradeFlags>
|
</FileUpgradeFlags>
|
||||||
<OldToolsVersion>2.0</OldToolsVersion>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
||||||
<UpgradeBackupLocation>
|
<UpgradeBackupLocation>
|
||||||
</UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Architecture.cd" />
|
<None Include="Architecture.cd" />
|
||||||
<None Include="ReaderWriter.cd" />
|
<None Include="ReaderWriter.cd" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Classes\IReader.cs" />
|
<Compile Include="Classes\IReader.cs" />
|
||||||
<Compile Include="Classes\IWriter.cs" />
|
<Compile Include="Classes\IWriter.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_IOFactory.cs" />
|
<Compile Include="Classes\PHPExcel_IOFactory.cs" />
|
||||||
<Compile Include="Classes\Worksheet.cs" />
|
<Compile Include="Classes\Worksheet.cs" />
|
||||||
<Compile Include="Classes\PHPExcel.cs" />
|
<Compile Include="Classes\PHPExcel.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_Reader_Excel2007.cs" />
|
<Compile Include="Classes\PHPExcel_Reader_Excel2007.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_Reader_Serialized.cs" />
|
<Compile Include="Classes\PHPExcel_Reader_Serialized.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_Writer_Excel2007.cs" />
|
<Compile Include="Classes\PHPExcel_Writer_Excel2007.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_Writer_Serialized.cs" />
|
<Compile Include="Classes\PHPExcel_Writer_Serialized.cs" />
|
||||||
<Compile Include="Classes\PHPExcel_Reader_Excel5.cs" />
|
<Compile Include="Classes\PHPExcel_Reader_Excel5.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Exports\Architecture.png" />
|
<Content Include="Exports\Architecture.png" />
|
||||||
<Content Include="Exports\ReaderWriter.png" />
|
<Content Include="Exports\ReaderWriter.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -1,5 +1,5 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectView>ShowAllFiles</ProjectView>
|
<ProjectView>ShowAllFiles</ProjectView>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
@ -1,20 +1,20 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
# Visual Studio 2008
|
# Visual Studio 2008
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassDiagrams", "ClassDiagrams.csproj", "{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassDiagrams", "ClassDiagrams.csproj", "{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Release|Any CPU.Build.0 = Release|Any CPU
|
{CC8CD7D2-8EFF-48E5-A17A-C1C482744D31}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public interface PHPExcel_Reader_IReader
|
public interface PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
PHPExcel reads
|
PHPExcel reads
|
||||||
{
|
{
|
||||||
get;
|
get;
|
||||||
set;
|
set;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public interface PHPExcel_Writer_IWriter
|
public interface PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
PHPExcel writes
|
PHPExcel writes
|
||||||
{
|
{
|
||||||
get;
|
get;
|
||||||
set;
|
set;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,40 +1,40 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel
|
public class PHPExcel
|
||||||
{
|
{
|
||||||
/// <remarks></remarks>
|
/// <remarks></remarks>
|
||||||
public Worksheet Worksheets
|
public Worksheet Worksheets
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Writer_PDF : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_PDF : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region PHPExcel_Writer_IWriter Members
|
#region PHPExcel_Writer_IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,41 +1,41 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_IOFactory
|
public class PHPExcel_IOFactory
|
||||||
{
|
{
|
||||||
public PHPExcel_Reader_IReader createsReader
|
public PHPExcel_Reader_IReader createsReader
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public PHPExcel_Writer_IWriter createsWriter
|
public PHPExcel_Writer_IWriter createsWriter
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public PHPExcel_Writer_IWriter createWriter()
|
public PHPExcel_Writer_IWriter createWriter()
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
public PHPExcel_Reader_IReader createReader()
|
public PHPExcel_Reader_IReader createReader()
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_Reader_Excel2007 : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_Excel2007 : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region IReader Members
|
#region IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,63 +1,63 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_Reader_Excel5 : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_Excel5 : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region PHPExcel_Writer_IReader Members
|
#region PHPExcel_Writer_IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Reader_Excel2003XML : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_Excel2003XML : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region PHPExcel_Writer_IReader Members
|
#region PHPExcel_Writer_IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Reader_SYLK : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_SYLK : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region PHPExcel_Writer_IReader Members
|
#region PHPExcel_Writer_IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,44 +1,44 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_Reader_Serialized : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_Serialized : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region IReader Members
|
#region IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Reader_CSV : PHPExcel_Reader_IReader
|
public class PHPExcel_Reader_CSV : PHPExcel_Reader_IReader
|
||||||
{
|
{
|
||||||
#region IReader Members
|
#region IReader Members
|
||||||
|
|
||||||
public PHPExcel reads
|
public PHPExcel reads
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_Writer_Excel2007 : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_Excel2007 : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region IWriter Members
|
#region IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,82 +1,82 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class PHPExcel_Writer_Serialized : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_Serialized : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region IWriter Members
|
#region IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Writer_CSV : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_CSV : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region IWriter Members
|
#region IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Writer_Excel5 : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_Excel5 : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region IWriter Members
|
#region IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PHPExcel_Writer_HTML : PHPExcel_Writer_IWriter
|
public class PHPExcel_Writer_HTML : PHPExcel_Writer_IWriter
|
||||||
{
|
{
|
||||||
#region IWriter Members
|
#region IWriter Members
|
||||||
|
|
||||||
public PHPExcel writes
|
public PHPExcel writes
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
throw new Exception("The method or operation is not implemented.");
|
throw new Exception("The method or operation is not implemented.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ClassDiagrams
|
namespace ClassDiagrams
|
||||||
{
|
{
|
||||||
public class Worksheet
|
public class Worksheet
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public class CopyOfWorksheet
|
public class CopyOfWorksheet
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,135 +1,135 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel2007" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel2007" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="0.5" Y="3.5" Width="2.25" />
|
<Position X="0.5" Y="3.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Excel2007.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Excel2007.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_Excel2007" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_Excel2007" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="3.5" Y="3.5" Width="2.25" />
|
<Position X="3.5" Y="3.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Writer_Excel2007.cs</FileName>
|
<FileName>Classes\PHPExcel_Writer_Excel2007.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_Serialized" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_Serialized" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="0.5" Y="4.25" Width="2.25" />
|
<Position X="0.5" Y="4.25" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_Serialized" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_Serialized" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="3.5" Y="4.25" Width="2.25" />
|
<Position X="3.5" Y="4.25" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_CSV" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_CSV" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="0.5" Y="5" Width="2.25" />
|
<Position X="0.5" Y="5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_CSV" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_CSV" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="3.5" Y="5" Width="2.25" />
|
<Position X="3.5" Y="5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_Excel5" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_Excel5" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="3.5" Y="5.75" Width="2.25" />
|
<Position X="3.5" Y="5.75" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_HTML" Collapsed="true" BaseTypeListCollapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_HTML" Collapsed="true" BaseTypeListCollapsed="true">
|
||||||
<Position X="3.5" Y="6.5" Width="2.25" />
|
<Position X="3.5" Y="6.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
<FileName>Classes\PHPExcel_Writer_Serialized.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel5" Collapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel5" Collapsed="true">
|
||||||
<Position X="0.5" Y="5.75" Width="2.25" />
|
<Position X="0.5" Y="5.75" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Writer_PDF" Collapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Writer_PDF" Collapsed="true">
|
||||||
<Position X="3.5" Y="7.25" Width="2.25" />
|
<Position X="3.5" Y="7.25" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel.cs</FileName>
|
<FileName>Classes\PHPExcel.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_IOFactory">
|
<Class Name="ClassDiagrams.PHPExcel_IOFactory">
|
||||||
<Position X="2" Y="0.5" Width="2.25" />
|
<Position X="2" Y="0.5" Width="2.25" />
|
||||||
<AssociationLine Name="createsReader" Type="ClassDiagrams.PHPExcel_Reader_IReader">
|
<AssociationLine Name="createsReader" Type="ClassDiagrams.PHPExcel_Reader_IReader">
|
||||||
<MemberNameLabel ManuallyPlaced="true">
|
<MemberNameLabel ManuallyPlaced="true">
|
||||||
<Position X="0.11" Y="0.06" />
|
<Position X="0.11" Y="0.06" />
|
||||||
</MemberNameLabel>
|
</MemberNameLabel>
|
||||||
</AssociationLine>
|
</AssociationLine>
|
||||||
<AssociationLine Name="createsWriter" Type="ClassDiagrams.PHPExcel_Writer_IWriter">
|
<AssociationLine Name="createsWriter" Type="ClassDiagrams.PHPExcel_Writer_IWriter">
|
||||||
<MemberNameLabel ManuallyPlaced="true">
|
<MemberNameLabel ManuallyPlaced="true">
|
||||||
<Position X="-1.088" Y="0.081" />
|
<Position X="-1.088" Y="0.081" />
|
||||||
</MemberNameLabel>
|
</MemberNameLabel>
|
||||||
</AssociationLine>
|
</AssociationLine>
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AIAAAAAAAAEAAAAAAQAAAAAAAAAAAAAAAAABAAAAAAA=</HashCode>
|
<HashCode>AIAAAAAAAAEAAAAAAQAAAAAAAAAAAAAAAAABAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_IOFactory.cs</FileName>
|
<FileName>Classes\PHPExcel_IOFactory.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<ShowAsAssociation>
|
<ShowAsAssociation>
|
||||||
<Property Name="createsReader" />
|
<Property Name="createsReader" />
|
||||||
<Property Name="createsWriter" />
|
<Property Name="createsWriter" />
|
||||||
</ShowAsAssociation>
|
</ShowAsAssociation>
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel2003XML" Collapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_Excel2003XML" Collapsed="true">
|
||||||
<Position X="0.5" Y="6.5" Width="2.25" />
|
<Position X="0.5" Y="6.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Class Name="ClassDiagrams.PHPExcel_Reader_SYLK" Collapsed="true">
|
<Class Name="ClassDiagrams.PHPExcel_Reader_SYLK" Collapsed="true">
|
||||||
<Position X="0.5" Y="7.25" Width="2.25" />
|
<Position X="0.5" Y="7.25" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
<FileName>Classes\PHPExcel_Reader_Excel5.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
<Lollipop Position="0.2" />
|
<Lollipop Position="0.2" />
|
||||||
</Class>
|
</Class>
|
||||||
<Interface Name="ClassDiagrams.PHPExcel_Writer_IWriter" Collapsed="true">
|
<Interface Name="ClassDiagrams.PHPExcel_Writer_IWriter" Collapsed="true">
|
||||||
<Position X="3.5" Y="2.5" Width="2.25" />
|
<Position X="3.5" Y="2.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\IWriter.cs</FileName>
|
<FileName>Classes\IWriter.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
</Interface>
|
</Interface>
|
||||||
<Interface Name="ClassDiagrams.PHPExcel_Reader_IReader" Collapsed="true">
|
<Interface Name="ClassDiagrams.PHPExcel_Reader_IReader" Collapsed="true">
|
||||||
<Position X="0.5" Y="2.5" Width="2.25" />
|
<Position X="0.5" Y="2.5" Width="2.25" />
|
||||||
<TypeIdentifier>
|
<TypeIdentifier>
|
||||||
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
<HashCode>AAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
|
||||||
<FileName>Classes\IReader.cs</FileName>
|
<FileName>Classes\IReader.cs</FileName>
|
||||||
</TypeIdentifier>
|
</TypeIdentifier>
|
||||||
</Interface>
|
</Interface>
|
||||||
<Font Name="Tahoma" Size="8.25" />
|
<Font Name="Tahoma" Size="8.25" />
|
||||||
</ClassDiagram>
|
</ClassDiagram>
|
@ -1,4 +1,4 @@
|
|||||||
First Name Last Name Nationality Gender Date of Birth Time of Birth Date/Time PHP Coder Sanity %Age
|
First Name Last Name Nationality Gender Date of Birth Time of Birth Date/Time PHP Coder Sanity %Age
|
||||||
Mark Baker British M 19-Dec-1960 01:30 =E2+F2 TRUE 32%
|
Mark Baker British M 19-Dec-1960 01:30 =E2+F2 TRUE 32%
|
||||||
Toni Baker British F 24-Nov-1950 20:00 =E3+F3 FALSE 95%
|
Toni Baker British F 24-Nov-1950 20:00 =E3+F3 FALSE 95%
|
||||||
Rachel Baker British F 7-Dec-1982 00:15 =E4+F4 FALSE 100%
|
Rachel Baker British F 7-Dec-1982 00:15 =E4+F4 FALSE 100%
|
|
@ -1,152 +1,152 @@
|
|||||||
ID;PWXL;N;E
|
ID;PWXL;N;E
|
||||||
P;PGeneral
|
P;PGeneral
|
||||||
P;P0
|
P;P0
|
||||||
P;P0.00
|
P;P0.00
|
||||||
P;P#,##0
|
P;P#,##0
|
||||||
P;P#,##0.00
|
P;P#,##0.00
|
||||||
P;P#,##0;;\-#,##0
|
P;P#,##0;;\-#,##0
|
||||||
P;P#,##0;;[Red]\-#,##0
|
P;P#,##0;;[Red]\-#,##0
|
||||||
P;P#,##0.00;;\-#,##0.00
|
P;P#,##0.00;;\-#,##0.00
|
||||||
P;P#,##0.00;;[Red]\-#,##0.00
|
P;P#,##0.00;;[Red]\-#,##0.00
|
||||||
P;P"$"#,##0;;\-"$"#,##0
|
P;P"$"#,##0;;\-"$"#,##0
|
||||||
P;P"$"#,##0;;[Red]\-"$"#,##0
|
P;P"$"#,##0;;[Red]\-"$"#,##0
|
||||||
P;P"$"#,##0.00;;\-"$"#,##0.00
|
P;P"$"#,##0.00;;\-"$"#,##0.00
|
||||||
P;P"$"#,##0.00;;[Red]\-"$"#,##0.00
|
P;P"$"#,##0.00;;[Red]\-"$"#,##0.00
|
||||||
P;P0%
|
P;P0%
|
||||||
P;P0.00%
|
P;P0.00%
|
||||||
P;P0.00E+00
|
P;P0.00E+00
|
||||||
P;P##0.0E+0
|
P;P##0.0E+0
|
||||||
P;P#\ ?/?
|
P;P#\ ?/?
|
||||||
P;P#\ ??/??
|
P;P#\ ??/??
|
||||||
P;Pdd/mm/yyyy
|
P;Pdd/mm/yyyy
|
||||||
P;Pdd\-mmm\-yy
|
P;Pdd\-mmm\-yy
|
||||||
P;Pdd\-mmm
|
P;Pdd\-mmm
|
||||||
P;Pmmm\-yy
|
P;Pmmm\-yy
|
||||||
P;Ph:mm\ AM/PM
|
P;Ph:mm\ AM/PM
|
||||||
P;Ph:mm:ss\ AM/PM
|
P;Ph:mm:ss\ AM/PM
|
||||||
P;Phh:mm
|
P;Phh:mm
|
||||||
P;Phh:mm:ss
|
P;Phh:mm:ss
|
||||||
P;Pdd/mm/yyyy\ hh:mm
|
P;Pdd/mm/yyyy\ hh:mm
|
||||||
P;Pmm:ss
|
P;Pmm:ss
|
||||||
P;Pmm:ss.0
|
P;Pmm:ss.0
|
||||||
P;P@
|
P;P@
|
||||||
P;P[h]:mm:ss
|
P;P[h]:mm:ss
|
||||||
P;P_-"$"* #,##0_-;;\-"$"* #,##0_-;;_-"$"* "-"_-;;_-@_-
|
P;P_-"$"* #,##0_-;;\-"$"* #,##0_-;;_-"$"* "-"_-;;_-@_-
|
||||||
P;P_-* #,##0_-;;\-* #,##0_-;;_-* "-"_-;;_-@_-
|
P;P_-* #,##0_-;;\-* #,##0_-;;_-* "-"_-;;_-@_-
|
||||||
P;P_-"$"* #,##0.00_-;;\-"$"* #,##0.00_-;;_-"$"* "-"??_-;;_-@_-
|
P;P_-"$"* #,##0.00_-;;\-"$"* #,##0.00_-;;_-"$"* "-"??_-;;_-@_-
|
||||||
P;P_-* #,##0.00_-;;\-* #,##0.00_-;;_-* "-"??_-;;_-@_-
|
P;P_-* #,##0.00_-;;\-* #,##0.00_-;;_-* "-"??_-;;_-@_-
|
||||||
P;FArial;M200
|
P;FArial;M200
|
||||||
P;FArial;M200
|
P;FArial;M200
|
||||||
P;FArial;M200
|
P;FArial;M200
|
||||||
P;FArial;M200
|
P;FArial;M200
|
||||||
P;EArial;M200
|
P;EArial;M200
|
||||||
P;EArial;M200
|
P;EArial;M200
|
||||||
P;EArial;M200
|
P;EArial;M200
|
||||||
P;EArial;M200;SB
|
P;EArial;M200;SB
|
||||||
P;EArial;M200;SBI
|
P;EArial;M200;SBI
|
||||||
P;EArial;M200;SI
|
P;EArial;M200;SI
|
||||||
P;EArial;M200;SU
|
P;EArial;M200;SU
|
||||||
P;EArial;M200;L11
|
P;EArial;M200;L11
|
||||||
P;EArial;M200;SB
|
P;EArial;M200;SB
|
||||||
P;EArial;M200
|
P;EArial;M200
|
||||||
P;EArial;M200;SI
|
P;EArial;M200;SI
|
||||||
P;EArial;M200;SBI
|
P;EArial;M200;SBI
|
||||||
P;EArial;M200;SBU
|
P;EArial;M200;SBU
|
||||||
P;EArial;M200;SBIU
|
P;EArial;M200;SBIU
|
||||||
P;EArial;M200
|
P;EArial;M200
|
||||||
P;EArial;M200;SI
|
P;EArial;M200;SI
|
||||||
F;P0;DG0G8;M255
|
F;P0;DG0G8;M255
|
||||||
B;Y18;X10;D0 0 17 9
|
B;Y18;X10;D0 0 17 9
|
||||||
O;L;D;V0;K47;G100 0.001
|
O;L;D;V0;K47;G100 0.001
|
||||||
F;W1 1 17
|
F;W1 1 17
|
||||||
F;W4 6 6
|
F;W4 6 6
|
||||||
F;M270;R9
|
F;M270;R9
|
||||||
F;M270;R12
|
F;M270;R12
|
||||||
F;M270;R17
|
F;M270;R17
|
||||||
F;M270;R18
|
F;M270;R18
|
||||||
F;SM12;Y1;X1
|
F;SM12;Y1;X1
|
||||||
C;K"Test String 1"
|
C;K"Test String 1"
|
||||||
F;SM19;X2
|
F;SM19;X2
|
||||||
C;K1
|
C;K1
|
||||||
F;SM19;X3
|
F;SM19;X3
|
||||||
C;K5
|
C;K5
|
||||||
F;SIDM18;X5
|
F;SIDM18;X5
|
||||||
C;K"A"
|
C;K"A"
|
||||||
F;SDM17;X6
|
F;SDM17;X6
|
||||||
C;K"E"
|
C;K"E"
|
||||||
C;X8;K6;ERC[-6]+RC[-5]
|
C;X8;K6;ERC[-6]+RC[-5]
|
||||||
C;X10;K"AE";ERC[-5]&RC[-4]
|
C;X10;K"AE";ERC[-5]&RC[-4]
|
||||||
F;SSM0;Y2;X1
|
F;SSM0;Y2;X1
|
||||||
C;K"Test - String 2"
|
C;K"Test - String 2"
|
||||||
C;X2;K2
|
C;X2;K2
|
||||||
F;SM19;X3
|
F;SM19;X3
|
||||||
C;K6
|
C;K6
|
||||||
C;X5;K"B"
|
C;X5;K"B"
|
||||||
C;X6;K"F"
|
C;X6;K"F"
|
||||||
C;X8;K8;ERC[-6]+RC[-5]
|
C;X8;K8;ERC[-6]+RC[-5]
|
||||||
C;X10;K"BF";ERC[-5]&RC[-4]
|
C;X10;K"BF";ERC[-5]&RC[-4]
|
||||||
C;Y3;X1;K"Test #3"
|
C;Y3;X1;K"Test #3"
|
||||||
F;SM19;X2
|
F;SM19;X2
|
||||||
C;K3
|
C;K3
|
||||||
F;SM19;X3
|
F;SM19;X3
|
||||||
C;K7
|
C;K7
|
||||||
F;SDM13;X5
|
F;SDM13;X5
|
||||||
C;K"C"
|
C;K"C"
|
||||||
F;SIDM16;X6
|
F;SIDM16;X6
|
||||||
C;K"G"
|
C;K"G"
|
||||||
C;X8;K10;ERC[-6]+RC[-5]
|
C;X8;K10;ERC[-6]+RC[-5]
|
||||||
C;X10;K"CG";ERC[-5]&RC[-4]
|
C;X10;K"CG";ERC[-5]&RC[-4]
|
||||||
F;SM11;Y4;X1
|
F;SM11;Y4;X1
|
||||||
C;K"Test with (;;) in string"
|
C;K"Test with (;;) in string"
|
||||||
C;X2;K4
|
C;X2;K4
|
||||||
F;SM19;X3
|
F;SM19;X3
|
||||||
C;K8
|
C;K8
|
||||||
F;SIM15;X5
|
F;SIM15;X5
|
||||||
C;K"D"
|
C;K"D"
|
||||||
C;X6;K"H"
|
C;X6;K"H"
|
||||||
C;X8;K12;ERC[-6]+RC[-5]
|
C;X8;K12;ERC[-6]+RC[-5]
|
||||||
C;X10;K"DH";ERC[-5]&RC[-4]
|
C;X10;K"DH";ERC[-5]&RC[-4]
|
||||||
C;Y5;X8;K10;ESUM(R[-4]C[-6]:R[-1]C[-6])
|
C;Y5;X8;K10;ESUM(R[-4]C[-6]:R[-1]C[-6])
|
||||||
C;X9;K26;ESUM(R[-4]C[-6]:R[-1]C[-6])
|
C;X9;K26;ESUM(R[-4]C[-6]:R[-1]C[-6])
|
||||||
C;X10;K36;ESUM(R[-4]C[-8]:R[-1]C[-7])
|
C;X10;K36;ESUM(R[-4]C[-8]:R[-1]C[-7])
|
||||||
C;Y6;X2;K1.23
|
C;Y6;X2;K1.23
|
||||||
C;X3;KTRUE
|
C;X3;KTRUE
|
||||||
F;P19;FG0G;X4
|
F;P19;FG0G;X4
|
||||||
C;Y7;X2;K2.34
|
C;Y7;X2;K2.34
|
||||||
C;X3;KFALSE
|
C;X3;KFALSE
|
||||||
C;Y8;X2;K3.45
|
C;Y8;X2;K3.45
|
||||||
F;Y9;X1
|
F;Y9;X1
|
||||||
F;X2
|
F;X2
|
||||||
F;X3
|
F;X3
|
||||||
F;X4
|
F;X4
|
||||||
F;X5
|
F;X5
|
||||||
F;X6
|
F;X6
|
||||||
F;X7
|
F;X7
|
||||||
F;X8
|
F;X8
|
||||||
F;X9
|
F;X9
|
||||||
F;X10
|
F;X10
|
||||||
F;P19;FG0G;Y10;X1
|
F;P19;FG0G;Y10;X1
|
||||||
C;K22269
|
C;K22269
|
||||||
F;STM0;X3
|
F;STM0;X3
|
||||||
C;K"TOP"
|
C;K"TOP"
|
||||||
F;P17;FG0G;Y11;X1
|
F;P17;FG0G;Y11;X1
|
||||||
C;K1.5
|
C;K1.5
|
||||||
F;Y12
|
F;Y12
|
||||||
F;X2
|
F;X2
|
||||||
F;SBM0;X3
|
F;SBM0;X3
|
||||||
C;K"BOTTOM"
|
C;K"BOTTOM"
|
||||||
F;X4
|
F;X4
|
||||||
F;X5
|
F;X5
|
||||||
F;X6
|
F;X6
|
||||||
F;X7
|
F;X7
|
||||||
F;X8
|
F;X8
|
||||||
F;X9
|
F;X9
|
||||||
F;X10
|
F;X10
|
||||||
F;SLM0;Y14;X3
|
F;SLM0;Y14;X3
|
||||||
C;K"LEFT"
|
C;K"LEFT"
|
||||||
F;SRM0;Y16
|
F;SRM0;Y16
|
||||||
C;K"RIGHT"
|
C;K"RIGHT"
|
||||||
F;Y17
|
F;Y17
|
||||||
F;SLRTBM0;Y18
|
F;SLRTBM0;Y18
|
||||||
C;K"BOX"
|
C;K"BOX"
|
||||||
E
|
E
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This;Are;Headers
|
This;Are;Headers
|
||||||
Cell A2;Number with comma;25,5
|
Cell A2;Number with comma;25,5
|
||||||
Two colons and a comma;B|3;:,:
|
Two colons and a comma;B|3;:,:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user