mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
Samples\Xlsx\CloseXml_InsertCellValues\CloseXml_InsertCellValues.xlsx
This commit is contained in:
parent
e10216508a
commit
9f38a7f20f
@ -0,0 +1,32 @@
|
||||
<Query Kind="Program">
|
||||
<NuGetReference>AngleSharp</NuGetReference>
|
||||
<NuGetReference>ClosedXML</NuGetReference>
|
||||
<NuGetReference>Dapper</NuGetReference>
|
||||
<NuGetReference>DocumentFormat.OpenXml</NuGetReference>
|
||||
<NuGetReference>Newtonsoft.Json</NuGetReference>
|
||||
<NuGetReference>System.Data.SqlClient</NuGetReference>
|
||||
<Namespace>Dapper</Namespace>
|
||||
<Namespace>Newtonsoft.Json</Namespace>
|
||||
<Namespace>System.Data.SqlClient</Namespace>
|
||||
<Namespace>System.Net.Http</Namespace>
|
||||
<Namespace>System.Threading.Tasks</Namespace>
|
||||
<Namespace>ClosedXML.Excel</Namespace>
|
||||
</Query>
|
||||
|
||||
void Main()
|
||||
{
|
||||
var path = Path.Combine(Path.GetTempPath(), $"{Guid.NewGuid()}.xlsx");
|
||||
Console.WriteLine(path);
|
||||
using (var workbook = new XLWorkbook())
|
||||
{
|
||||
var worksheet = workbook.Worksheets.Add("Sample Sheet");
|
||||
worksheet.Cell("A1").Value = "\"<>+-*//}{\\n";
|
||||
worksheet.Cell("A2").FormulaA1 = "=MID(A1, 7, 5)";
|
||||
worksheet.Cell("B1").Value = DateTime.Now;
|
||||
worksheet.Cell("B2").Value = 123;
|
||||
workbook.SaveAs(path);
|
||||
}
|
||||
Process.Start(new ProcessStartInfo() {FileName=path,UseShellExecute=true});
|
||||
}
|
||||
|
||||
// You can define other methods, fields, classes and namespaces here
|
Binary file not shown.
12
Samples/Xlsx/CloseXml_InsertCellValues/[Content_Types].xml
Normal file
12
Samples/Xlsx/CloseXml_InsertCellValues/[Content_Types].xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
|
||||
<Default Extension="xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" />
|
||||
<Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
|
||||
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
|
||||
<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" />
|
||||
<Override PartName="/xl/sharedStrings.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml" />
|
||||
<Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" />
|
||||
<Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" />
|
||||
<Override PartName="/xl/calcChain.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml" />
|
||||
<Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml" />
|
||||
</Types>
|
6
Samples/Xlsx/CloseXml_InsertCellValues/_rels/.rels
Normal file
6
Samples/Xlsx/CloseXml_InsertCellValues/_rels/.rels
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="/xl/workbook.xml" Id="Rd8105f21c3974f8e" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="/docProps/app.xml" Id="rId1" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/89af8020b4e04c96bf3e760aec2cb107.psmdcp" Id="R7d57d0f603b04d3b" />
|
||||
</Relationships>
|
30
Samples/Xlsx/CloseXml_InsertCellValues/docProps/app.xml
Normal file
30
Samples/Xlsx/CloseXml_InsertCellValues/docProps/app.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ap:Properties xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
|
||||
xmlns:ap="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties">
|
||||
<ap:Application>Microsoft Excel</ap:Application>
|
||||
<ap:TitlesOfParts>
|
||||
<vt:vector baseType="lpstr" size="3">
|
||||
<vt:lpstr>Sample Sheet</vt:lpstr>
|
||||
<vt:lpstr>Sample Sheet!Print_Area</vt:lpstr>
|
||||
<vt:lpstr>Sample Sheet!Print_Titles</vt:lpstr>
|
||||
</vt:vector>
|
||||
</ap:TitlesOfParts>
|
||||
<ap:HeadingPairs>
|
||||
<vt:vector baseType="variant" size="4">
|
||||
<vt:variant>
|
||||
<vt:lpstr>Worksheets</vt:lpstr>
|
||||
</vt:variant>
|
||||
<vt:variant>
|
||||
<vt:i4>1</vt:i4>
|
||||
</vt:variant>
|
||||
<vt:variant>
|
||||
<vt:lpstr>Named Ranges</vt:lpstr>
|
||||
</vt:variant>
|
||||
<vt:variant>
|
||||
<vt:i4>2</vt:i4>
|
||||
</vt:variant>
|
||||
</vt:vector>
|
||||
</ap:HeadingPairs>
|
||||
<ap:DocSecurity>0</ap:DocSecurity>
|
||||
<ap:ScaleCrop>false</ap:ScaleCrop>
|
||||
</ap:Properties>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<coreProperties xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties">
|
||||
<dcterms:created xsi:type="dcterms:W3CDTF">2021-03-02T01:07:35.0522405Z</dcterms:created>
|
||||
<dcterms:modified xsi:type="dcterms:W3CDTF">2021-03-02T01:07:35.0522427Z</dcterms:modified>
|
||||
</coreProperties>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="/xl/sharedStrings.xml" Id="rId3" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="/xl/styles.xml" Id="rId4" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="/xl/worksheets/sheet1.xml" Id="rId2" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain" Target="/xl/calcChain.xml" Id="rId5" />
|
||||
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="/xl/theme/theme1.xml" Id="rId6" />
|
||||
</Relationships>
|
4
Samples/Xlsx/CloseXml_InsertCellValues/xl/calcChain.xml
Normal file
4
Samples/Xlsx/CloseXml_InsertCellValues/xl/calcChain.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<x:calcChain xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||||
<x:c r="A2" i="2" />
|
||||
</x:calcChain>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<x:sst count="1" uniqueCount="1"
|
||||
xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||||
<x:si>
|
||||
<x:t>"<>+-*//}{\n</x:t>
|
||||
</x:si>
|
||||
</x:sst>
|
63
Samples/Xlsx/CloseXml_InsertCellValues/xl/styles.xml
Normal file
63
Samples/Xlsx/CloseXml_InsertCellValues/xl/styles.xml
Normal file
@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<x:styleSheet xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||||
<x:numFmts count="1">
|
||||
<x:numFmt numFmtId="0" formatCode="" />
|
||||
</x:numFmts>
|
||||
<x:fonts count="1">
|
||||
<x:font>
|
||||
<x:vertAlign val="baseline" />
|
||||
<x:sz val="11" />
|
||||
<x:color rgb="FF000000" />
|
||||
<x:name val="Calibri" />
|
||||
<x:family val="2" />
|
||||
</x:font>
|
||||
</x:fonts>
|
||||
<x:fills count="2">
|
||||
<x:fill>
|
||||
<x:patternFill patternType="none" />
|
||||
</x:fill>
|
||||
<x:fill>
|
||||
<x:patternFill patternType="gray125" />
|
||||
</x:fill>
|
||||
</x:fills>
|
||||
<x:borders count="1">
|
||||
<x:border diagonalUp="0" diagonalDown="0">
|
||||
<x:left style="none">
|
||||
<x:color rgb="FF000000" />
|
||||
</x:left>
|
||||
<x:right style="none">
|
||||
<x:color rgb="FF000000" />
|
||||
</x:right>
|
||||
<x:top style="none">
|
||||
<x:color rgb="FF000000" />
|
||||
</x:top>
|
||||
<x:bottom style="none">
|
||||
<x:color rgb="FF000000" />
|
||||
</x:bottom>
|
||||
<x:diagonal style="none">
|
||||
<x:color rgb="FF000000" />
|
||||
</x:diagonal>
|
||||
</x:border>
|
||||
</x:borders>
|
||||
<x:cellStyleXfs count="2">
|
||||
<x:xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyNumberFormat="1" applyFill="1" applyBorder="0" applyAlignment="1" applyProtection="1">
|
||||
<x:protection locked="1" hidden="0" />
|
||||
</x:xf>
|
||||
<x:xf numFmtId="22" fontId="0" fillId="0" borderId="0" applyNumberFormat="1" applyFill="1" applyBorder="0" applyAlignment="1" applyProtection="1">
|
||||
<x:protection locked="1" hidden="0" />
|
||||
</x:xf>
|
||||
</x:cellStyleXfs>
|
||||
<x:cellXfs count="2">
|
||||
<x:xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0" applyNumberFormat="1" applyFill="1" applyBorder="0" applyAlignment="1" applyProtection="1">
|
||||
<x:alignment horizontal="general" vertical="bottom" textRotation="0" wrapText="0" indent="0" relativeIndent="0" justifyLastLine="0" shrinkToFit="0" readingOrder="0" />
|
||||
<x:protection locked="1" hidden="0" />
|
||||
</x:xf>
|
||||
<x:xf numFmtId="22" fontId="0" fillId="0" borderId="0" xfId="0" applyNumberFormat="1" applyFill="1" applyBorder="0" applyAlignment="1" applyProtection="1">
|
||||
<x:alignment horizontal="general" vertical="bottom" textRotation="0" wrapText="0" indent="0" relativeIndent="0" justifyLastLine="0" shrinkToFit="0" readingOrder="0" />
|
||||
<x:protection locked="1" hidden="0" />
|
||||
</x:xf>
|
||||
</x:cellXfs>
|
||||
<x:cellStyles count="1">
|
||||
<x:cellStyle name="Normal" xfId="0" builtinId="0" />
|
||||
</x:cellStyles>
|
||||
</x:styleSheet>
|
281
Samples/Xlsx/CloseXml_InsertCellValues/xl/theme/theme1.xml
Normal file
281
Samples/Xlsx/CloseXml_InsertCellValues/xl/theme/theme1.xml
Normal file
@ -0,0 +1,281 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">
|
||||
<a:themeElements>
|
||||
<a:clrScheme name="Office">
|
||||
<a:dk1>
|
||||
<a:sysClr val="windowText" lastClr="000000" />
|
||||
</a:dk1>
|
||||
<a:lt1>
|
||||
<a:sysClr val="window" lastClr="FFFFFF" />
|
||||
</a:lt1>
|
||||
<a:dk2>
|
||||
<a:srgbClr val="1F497D" />
|
||||
</a:dk2>
|
||||
<a:lt2>
|
||||
<a:srgbClr val="EEECE1" />
|
||||
</a:lt2>
|
||||
<a:accent1>
|
||||
<a:srgbClr val="4F81BD" />
|
||||
</a:accent1>
|
||||
<a:accent2>
|
||||
<a:srgbClr val="C0504D" />
|
||||
</a:accent2>
|
||||
<a:accent3>
|
||||
<a:srgbClr val="9BBB59" />
|
||||
</a:accent3>
|
||||
<a:accent4>
|
||||
<a:srgbClr val="8064A2" />
|
||||
</a:accent4>
|
||||
<a:accent5>
|
||||
<a:srgbClr val="4BACC6" />
|
||||
</a:accent5>
|
||||
<a:accent6>
|
||||
<a:srgbClr val="F79646" />
|
||||
</a:accent6>
|
||||
<a:hlink>
|
||||
<a:srgbClr val="0000FF" />
|
||||
</a:hlink>
|
||||
<a:folHlink>
|
||||
<a:srgbClr val="800080" />
|
||||
</a:folHlink>
|
||||
</a:clrScheme>
|
||||
<a:fontScheme name="Office">
|
||||
<a:majorFont>
|
||||
<a:latin typeface="Cambria" />
|
||||
<a:ea typeface="" />
|
||||
<a:cs typeface="" />
|
||||
<a:font script="Jpan" typeface="MS Pゴシック" />
|
||||
<a:font script="Hang" typeface="맑은 고딕" />
|
||||
<a:font script="Hans" typeface="宋体" />
|
||||
<a:font script="Hant" typeface="新細明體" />
|
||||
<a:font script="Arab" typeface="Times New Roman" />
|
||||
<a:font script="Hebr" typeface="Times New Roman" />
|
||||
<a:font script="Thai" typeface="Tahoma" />
|
||||
<a:font script="Ethi" typeface="Nyala" />
|
||||
<a:font script="Beng" typeface="Vrinda" />
|
||||
<a:font script="Gujr" typeface="Shruti" />
|
||||
<a:font script="Khmr" typeface="MoolBoran" />
|
||||
<a:font script="Knda" typeface="Tunga" />
|
||||
<a:font script="Guru" typeface="Raavi" />
|
||||
<a:font script="Cans" typeface="Euphemia" />
|
||||
<a:font script="Cher" typeface="Plantagenet Cherokee" />
|
||||
<a:font script="Yiii" typeface="Microsoft Yi Baiti" />
|
||||
<a:font script="Tibt" typeface="Microsoft Himalaya" />
|
||||
<a:font script="Thaa" typeface="MV Boli" />
|
||||
<a:font script="Deva" typeface="Mangal" />
|
||||
<a:font script="Telu" typeface="Gautami" />
|
||||
<a:font script="Taml" typeface="Latha" />
|
||||
<a:font script="Syrc" typeface="Estrangelo Edessa" />
|
||||
<a:font script="Orya" typeface="Kalinga" />
|
||||
<a:font script="Mlym" typeface="Kartika" />
|
||||
<a:font script="Laoo" typeface="DokChampa" />
|
||||
<a:font script="Sinh" typeface="Iskoola Pota" />
|
||||
<a:font script="Mong" typeface="Mongolian Baiti" />
|
||||
<a:font script="Viet" typeface="Times New Roman" />
|
||||
<a:font script="Uigh" typeface="Microsoft Uighur" />
|
||||
</a:majorFont>
|
||||
<a:minorFont>
|
||||
<a:latin typeface="Calibri" />
|
||||
<a:ea typeface="" />
|
||||
<a:cs typeface="" />
|
||||
<a:font script="Jpan" typeface="MS Pゴシック" />
|
||||
<a:font script="Hang" typeface="맑은 고딕" />
|
||||
<a:font script="Hans" typeface="宋体" />
|
||||
<a:font script="Hant" typeface="新細明體" />
|
||||
<a:font script="Arab" typeface="Arial" />
|
||||
<a:font script="Hebr" typeface="Arial" />
|
||||
<a:font script="Thai" typeface="Tahoma" />
|
||||
<a:font script="Ethi" typeface="Nyala" />
|
||||
<a:font script="Beng" typeface="Vrinda" />
|
||||
<a:font script="Gujr" typeface="Shruti" />
|
||||
<a:font script="Khmr" typeface="DaunPenh" />
|
||||
<a:font script="Knda" typeface="Tunga" />
|
||||
<a:font script="Guru" typeface="Raavi" />
|
||||
<a:font script="Cans" typeface="Euphemia" />
|
||||
<a:font script="Cher" typeface="Plantagenet Cherokee" />
|
||||
<a:font script="Yiii" typeface="Microsoft Yi Baiti" />
|
||||
<a:font script="Tibt" typeface="Microsoft Himalaya" />
|
||||
<a:font script="Thaa" typeface="MV Boli" />
|
||||
<a:font script="Deva" typeface="Mangal" />
|
||||
<a:font script="Telu" typeface="Gautami" />
|
||||
<a:font script="Taml" typeface="Latha" />
|
||||
<a:font script="Syrc" typeface="Estrangelo Edessa" />
|
||||
<a:font script="Orya" typeface="Kalinga" />
|
||||
<a:font script="Mlym" typeface="Kartika" />
|
||||
<a:font script="Laoo" typeface="DokChampa" />
|
||||
<a:font script="Sinh" typeface="Iskoola Pota" />
|
||||
<a:font script="Mong" typeface="Mongolian Baiti" />
|
||||
<a:font script="Viet" typeface="Arial" />
|
||||
<a:font script="Uigh" typeface="Microsoft Uighur" />
|
||||
</a:minorFont>
|
||||
</a:fontScheme>
|
||||
<a:fmtScheme name="Office">
|
||||
<a:fillStyleLst>
|
||||
<a:solidFill>
|
||||
<a:schemeClr val="phClr" />
|
||||
</a:solidFill>
|
||||
<a:gradFill rotWithShape="1">
|
||||
<a:gsLst>
|
||||
<a:gs pos="0">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="50000" />
|
||||
<a:satMod val="300000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="35000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="37000" />
|
||||
<a:satMod val="300000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="100000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="15000" />
|
||||
<a:satMod val="350000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
</a:gsLst>
|
||||
<a:lin ang="16200000" scaled="1" />
|
||||
</a:gradFill>
|
||||
<a:gradFill rotWithShape="1">
|
||||
<a:gsLst>
|
||||
<a:gs pos="0">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="51000" />
|
||||
<a:satMod val="130000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="80000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="93000" />
|
||||
<a:satMod val="130000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="100000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="94000" />
|
||||
<a:satMod val="135000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
</a:gsLst>
|
||||
<a:lin ang="16200000" scaled="0" />
|
||||
</a:gradFill>
|
||||
</a:fillStyleLst>
|
||||
<a:lnStyleLst>
|
||||
<a:ln w="9525" cap="flat" cmpd="sng" algn="ctr">
|
||||
<a:solidFill>
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="95000" />
|
||||
<a:satMod val="105000" />
|
||||
</a:schemeClr>
|
||||
</a:solidFill>
|
||||
<a:prstDash val="solid" />
|
||||
</a:ln>
|
||||
<a:ln w="25400" cap="flat" cmpd="sng" algn="ctr">
|
||||
<a:solidFill>
|
||||
<a:schemeClr val="phClr" />
|
||||
</a:solidFill>
|
||||
<a:prstDash val="solid" />
|
||||
</a:ln>
|
||||
<a:ln w="38100" cap="flat" cmpd="sng" algn="ctr">
|
||||
<a:solidFill>
|
||||
<a:schemeClr val="phClr" />
|
||||
</a:solidFill>
|
||||
<a:prstDash val="solid" />
|
||||
</a:ln>
|
||||
</a:lnStyleLst>
|
||||
<a:effectStyleLst>
|
||||
<a:effectStyle>
|
||||
<a:effectLst>
|
||||
<a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0">
|
||||
<a:srgbClr val="000000">
|
||||
<a:alpha val="38000" />
|
||||
</a:srgbClr>
|
||||
</a:outerShdw>
|
||||
</a:effectLst>
|
||||
</a:effectStyle>
|
||||
<a:effectStyle>
|
||||
<a:effectLst>
|
||||
<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0">
|
||||
<a:srgbClr val="000000">
|
||||
<a:alpha val="35000" />
|
||||
</a:srgbClr>
|
||||
</a:outerShdw>
|
||||
</a:effectLst>
|
||||
</a:effectStyle>
|
||||
<a:effectStyle>
|
||||
<a:effectLst>
|
||||
<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0">
|
||||
<a:srgbClr val="000000">
|
||||
<a:alpha val="35000" />
|
||||
</a:srgbClr>
|
||||
</a:outerShdw>
|
||||
</a:effectLst>
|
||||
<a:scene3d>
|
||||
<a:camera prst="orthographicFront">
|
||||
<a:rot lat="0" lon="0" rev="0" />
|
||||
</a:camera>
|
||||
<a:lightRig rig="threePt" dir="t">
|
||||
<a:rot lat="0" lon="0" rev="1200000" />
|
||||
</a:lightRig>
|
||||
</a:scene3d>
|
||||
<a:sp3d>
|
||||
<a:bevelT w="63500" h="25400" />
|
||||
</a:sp3d>
|
||||
</a:effectStyle>
|
||||
</a:effectStyleLst>
|
||||
<a:bgFillStyleLst>
|
||||
<a:solidFill>
|
||||
<a:schemeClr val="phClr" />
|
||||
</a:solidFill>
|
||||
<a:gradFill rotWithShape="1">
|
||||
<a:gsLst>
|
||||
<a:gs pos="0">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="40000" />
|
||||
<a:satMod val="350000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="40000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="45000" />
|
||||
<a:shade val="99000" />
|
||||
<a:satMod val="350000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="100000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="20000" />
|
||||
<a:satMod val="255000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
</a:gsLst>
|
||||
<a:path path="circle">
|
||||
<a:fillToRect l="50000" t="-80000" r="50000" b="180000" />
|
||||
</a:path>
|
||||
</a:gradFill>
|
||||
<a:gradFill rotWithShape="1">
|
||||
<a:gsLst>
|
||||
<a:gs pos="0">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:tint val="80000" />
|
||||
<a:satMod val="300000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
<a:gs pos="100000">
|
||||
<a:schemeClr val="phClr">
|
||||
<a:shade val="30000" />
|
||||
<a:satMod val="200000" />
|
||||
</a:schemeClr>
|
||||
</a:gs>
|
||||
</a:gsLst>
|
||||
<a:path path="circle">
|
||||
<a:fillToRect l="50000" t="50000" r="50000" b="50000" />
|
||||
</a:path>
|
||||
</a:gradFill>
|
||||
</a:bgFillStyleLst>
|
||||
</a:fmtScheme>
|
||||
</a:themeElements>
|
||||
<a:objectDefaults />
|
||||
<a:extraClrSchemeLst />
|
||||
</a:theme>
|
13
Samples/Xlsx/CloseXml_InsertCellValues/xl/workbook.xml
Normal file
13
Samples/Xlsx/CloseXml_InsertCellValues/xl/workbook.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<x:workbook xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
||||
xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||||
<x:workbookPr codeName="ThisWorkbook" />
|
||||
<x:bookViews>
|
||||
<x:workbookView firstSheet="0" activeTab="0" />
|
||||
</x:bookViews>
|
||||
<x:sheets>
|
||||
<x:sheet name="Sample Sheet" sheetId="2" r:id="rId2" />
|
||||
</x:sheets>
|
||||
<x:definedNames />
|
||||
<x:calcPr calcId="125725" />
|
||||
</x:workbook>
|
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<x:worksheet xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
||||
xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||||
<x:sheetPr>
|
||||
<x:outlinePr summaryBelow="1" summaryRight="1" />
|
||||
</x:sheetPr>
|
||||
<x:dimension ref="A1:B2" />
|
||||
<x:sheetViews>
|
||||
<x:sheetView workbookViewId="0" />
|
||||
</x:sheetViews>
|
||||
<x:sheetFormatPr defaultRowHeight="15" />
|
||||
<x:sheetData>
|
||||
<x:row r="1" spans="1:2">
|
||||
<x:c r="A1" s="0" t="s">
|
||||
<x:v>0</x:v>
|
||||
</x:c>
|
||||
<x:c r="B1" s="1">
|
||||
<x:v>44257.3802667361</x:v>
|
||||
</x:c>
|
||||
</x:row>
|
||||
<x:row r="2" spans="1:2">
|
||||
<x:c r="A2" s="0">
|
||||
<x:f>MID(A1, 7, 5)</x:f>
|
||||
</x:c>
|
||||
<x:c r="B2" s="0" t="n">
|
||||
<x:v>123</x:v>
|
||||
</x:c>
|
||||
</x:row>
|
||||
</x:sheetData>
|
||||
<x:printOptions horizontalCentered="0" verticalCentered="0" headings="0" gridLines="0" />
|
||||
<x:pageMargins left="0.75" right="0.75" top="0.75" bottom="0.5" header="0.5" footer="0.75" />
|
||||
<x:pageSetup paperSize="1" scale="100" pageOrder="downThenOver" orientation="default" blackAndWhite="0" draft="0" cellComments="none" errors="displayed" />
|
||||
<x:headerFooter />
|
||||
<x:tableParts count="0" />
|
||||
</x:worksheet>
|
Loading…
Reference in New Issue
Block a user