Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Add HWPF .NET Core support to read Word / Excel 2003 ( .doc / .xls) forma #91

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions DotNetCore.NPOI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Itmes", "Solution
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HWPF", "scratchpad\HWPF\HWPF.csproj", "{F040162E-F6F3-4B09-809B-3095A07A6687}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
.net 2 Release|Any CPU = .net 2 Release|Any CPU
Expand Down Expand Up @@ -122,6 +124,16 @@ Global
{4D493C32-B246-4DB5-B0DF-9AF3B63C230D}.NPOI.Tools|Any CPU.Build.0 = Debug|Any CPU
{4D493C32-B246-4DB5-B0DF-9AF3B63C230D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D493C32-B246-4DB5-B0DF-9AF3B63C230D}.Release|Any CPU.Build.0 = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}..net 2 Release|Any CPU.ActiveCfg = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}..net 2 Release|Any CPU.Build.0 = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}..net 4 Release|Any CPU.ActiveCfg = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}..net 4 Release|Any CPU.Build.0 = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.NPOI.Tools|Any CPU.ActiveCfg = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.NPOI.Tools|Any CPU.Build.0 = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F040162E-F6F3-4B09-809B-3095A07A6687}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### NPOI
### .NET Core support

Add HWPF .NET Core support to read .doc Word 2003 format
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't add the descption to README, it will be add to the PR desciption section

I have not full tested it, but I will fix the bug in the feature.
Hope it can help you.


### NPOI

[![Build status](https://ci.appveyor.com/api/projects/status/k774la3yfxf0yfv8?svg=true)](https://ci.appveyor.com/project/yuleyule66/npoi)

Expand Down
Loading