Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » General » Downloads
 

TblProc: OpenOffice Calc and Excel

By , 29 Jan 2009
 
TblProc_demo.zip
TblProcBin
Interop.Excel.dll
Interop.Microsoft.Office.Core.dll
TblProc.dll
Test.exe
TblProc_src.zip
TblProcSrc
OO3.0_dlls
cli_basetypes.dll
cli_cppuhelper.dll
cli_oootypes.dll
cli_uno.dll
cli_ure.dll
cli_uretypes.dll
TblProc.suo
TblProc
Properties
Test
Properties
DataSources
DataClass.datasource
Settings.settings
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{83E8E13A-17CF-4B50-AF19-22E74C740C62}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>TblProc</RootNamespace>
    <AssemblyName>TblProc</AssemblyName>
    <SignAssembly>false</SignAssembly>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="cli_basetypes, Version=1.0.11.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_basetypes.dll</HintPath>
    </Reference>
    <Reference Include="cli_cppuhelper, Version=1.0.14.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e, processorArchitecture=x86">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_cppuhelper.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="cli_oootypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_oootypes.dll</HintPath>
    </Reference>
    <Reference Include="cli_uno, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_uno.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="cli_ure, Version=1.0.14.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_ure.dll</HintPath>
    </Reference>
    <Reference Include="cli_uretypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>OO3.0_dlls\cli_uretypes.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Constants.cs" />
    <Compile Include="CoordRange.cs" />
    <Compile Include="ExcelApp.cs" />
    <Compile Include="ExcelDiagram.cs" />
    <Compile Include="ExcelRange.cs" />
    <Compile Include="ExcelSheet.cs" />
    <Compile Include="INull.cs" />
    <Compile Include="OOApp.cs" />
    <Compile Include="OODiagram.cs" />
    <Compile Include="OOEP.cs" />
    <Compile Include="OORange.cs" />
    <Compile Include="OOSheet.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="TableDiagram.cs" />
    <Compile Include="TableProcessor.cs" />
    <Compile Include="TableRange.cs" />
    <Compile Include="TableSheet.cs" />
  </ItemGroup>
  <ItemGroup>
    <COMReference Include="Excel">
      <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>4</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="Microsoft.Office.Core">
      <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
      <VersionMajor>2</VersionMajor>
      <VersionMinor>2</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="VBIDE">
      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
      <VersionMajor>5</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>primary</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- 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.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)

About the Author

Aleksandr Sazonov
Software Developer (Senior)
Russian Federation Russian Federation
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 29 Jan 2009
Article Copyright 2007 by Aleksandr Sazonov
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid