deploy: 07c8e1af81
This commit is contained in:
29
ironcalc_base/types/enum.BorderStyle.html
Normal file
29
ironcalc_base/types/enum.BorderStyle.html
Normal file
File diff suppressed because one or more lines are too long
76
ironcalc_base/types/enum.Cell.html
Normal file
76
ironcalc_base/types/enum.Cell.html
Normal file
File diff suppressed because one or more lines are too long
22
ironcalc_base/types/enum.CellType.html
Normal file
22
ironcalc_base/types/enum.CellType.html
Normal file
File diff suppressed because one or more lines are too long
23
ironcalc_base/types/enum.FontScheme.html
Normal file
23
ironcalc_base/types/enum.FontScheme.html
Normal file
File diff suppressed because one or more lines are too long
28
ironcalc_base/types/enum.HorizontalAlignment.html
Normal file
28
ironcalc_base/types/enum.HorizontalAlignment.html
Normal file
File diff suppressed because one or more lines are too long
29
ironcalc_base/types/enum.SheetState.html
Normal file
29
ironcalc_base/types/enum.SheetState.html
Normal file
File diff suppressed because one or more lines are too long
25
ironcalc_base/types/enum.VerticalAlignment.html
Normal file
25
ironcalc_base/types/enum.VerticalAlignment.html
Normal file
File diff suppressed because one or more lines are too long
3
ironcalc_base/types/index.html
Normal file
3
ironcalc_base/types/index.html
Normal file
File diff suppressed because one or more lines are too long
1
ironcalc_base/types/sidebar-items.js
Normal file
1
ironcalc_base/types/sidebar-items.js
Normal file
@@ -0,0 +1 @@
|
||||
window.SIDEBAR_ITEMS = {"enum":["BorderStyle","Cell","CellType","FontScheme","HorizontalAlignment","SheetState","VerticalAlignment"],"struct":["Alignment","Border","BorderItem","CellStyleXfs","CellStyles","CellXfs","Col","Comment","DefinedName","Fill","Font","Metadata","NumFmt","Row","SheetInfo","Styles","Table","TableColumn","TableStyleInfo","Workbook","WorkbookSettings","Worksheet"],"type":["SheetData"]};
|
||||
22
ironcalc_base/types/struct.Alignment.html
Normal file
22
ironcalc_base/types/struct.Alignment.html
Normal file
File diff suppressed because one or more lines are too long
26
ironcalc_base/types/struct.Border.html
Normal file
26
ironcalc_base/types/struct.Border.html
Normal file
File diff suppressed because one or more lines are too long
21
ironcalc_base/types/struct.BorderItem.html
Normal file
21
ironcalc_base/types/struct.BorderItem.html
Normal file
File diff suppressed because one or more lines are too long
29
ironcalc_base/types/struct.CellStyleXfs.html
Normal file
29
ironcalc_base/types/struct.CellStyleXfs.html
Normal file
File diff suppressed because one or more lines are too long
22
ironcalc_base/types/struct.CellStyles.html
Normal file
22
ironcalc_base/types/struct.CellStyles.html
Normal file
File diff suppressed because one or more lines are too long
32
ironcalc_base/types/struct.CellXfs.html
Normal file
32
ironcalc_base/types/struct.CellXfs.html
Normal file
File diff suppressed because one or more lines are too long
26
ironcalc_base/types/struct.Col.html
Normal file
26
ironcalc_base/types/struct.Col.html
Normal file
File diff suppressed because one or more lines are too long
23
ironcalc_base/types/struct.Comment.html
Normal file
23
ironcalc_base/types/struct.Comment.html
Normal file
File diff suppressed because one or more lines are too long
23
ironcalc_base/types/struct.DefinedName.html
Normal file
23
ironcalc_base/types/struct.DefinedName.html
Normal file
File diff suppressed because one or more lines are too long
22
ironcalc_base/types/struct.Fill.html
Normal file
22
ironcalc_base/types/struct.Fill.html
Normal file
File diff suppressed because one or more lines are too long
28
ironcalc_base/types/struct.Font.html
Normal file
28
ironcalc_base/types/struct.Font.html
Normal file
File diff suppressed because one or more lines are too long
25
ironcalc_base/types/struct.Metadata.html
Normal file
25
ironcalc_base/types/struct.Metadata.html
Normal file
File diff suppressed because one or more lines are too long
21
ironcalc_base/types/struct.NumFmt.html
Normal file
21
ironcalc_base/types/struct.NumFmt.html
Normal file
File diff suppressed because one or more lines are too long
26
ironcalc_base/types/struct.Row.html
Normal file
26
ironcalc_base/types/struct.Row.html
Normal file
File diff suppressed because one or more lines are too long
24
ironcalc_base/types/struct.SheetInfo.html
Normal file
24
ironcalc_base/types/struct.SheetInfo.html
Normal file
File diff suppressed because one or more lines are too long
36
ironcalc_base/types/struct.Styles.html
Normal file
36
ironcalc_base/types/struct.Styles.html
Normal file
File diff suppressed because one or more lines are too long
31
ironcalc_base/types/struct.Table.html
Normal file
31
ironcalc_base/types/struct.Table.html
Normal file
File diff suppressed because one or more lines are too long
26
ironcalc_base/types/struct.TableColumn.html
Normal file
26
ironcalc_base/types/struct.TableColumn.html
Normal file
File diff suppressed because one or more lines are too long
24
ironcalc_base/types/struct.TableStyleInfo.html
Normal file
24
ironcalc_base/types/struct.TableStyleInfo.html
Normal file
File diff suppressed because one or more lines are too long
31
ironcalc_base/types/struct.Workbook.html
Normal file
31
ironcalc_base/types/struct.Workbook.html
Normal file
File diff suppressed because one or more lines are too long
21
ironcalc_base/types/struct.WorkbookSettings.html
Normal file
21
ironcalc_base/types/struct.WorkbookSettings.html
Normal file
File diff suppressed because one or more lines are too long
115
ironcalc_base/types/struct.Worksheet.html
Normal file
115
ironcalc_base/types/struct.Worksheet.html
Normal file
File diff suppressed because one or more lines are too long
3
ironcalc_base/types/type.SheetData.html
Normal file
3
ironcalc_base/types/type.SheetData.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Internal representation of Excel’s sheet_data It is row first and because of this all of our API’s should be row first"><title>SheetData in ironcalc_base::types - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-9ee3a5e31a2afa3e.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="ironcalc_base" data-themes="" data-resource-suffix="" data-rustdoc-version="1.75.0 (82e1608df 2023-12-21)" data-channel="1.75.0" data-search-js="search-8fbf244ebcf71464.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-9dd44ab47b99a0fb.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../ironcalc_base/index.html">ironcalc_base</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">SheetData</a></h2><div class="sidebar-elems"><section><h3><a href="#aliased-type">Aliased type</a></h3></section><h2><a href="index.html">In ironcalc_base::types</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Alias <a href="../index.html">ironcalc_base</a>::<wbr><a href="index.html">types</a>::<wbr><a class="type" href="#">SheetData</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/ironcalc_base/types.rs.html#125">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub type SheetData = <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.i32.html">i32</a>, <a class="struct" href="https://doc.rust-lang.org/1.75.0/std/collections/hash/map/struct.HashMap.html" title="struct std::collections::hash::map::HashMap">HashMap</a><<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.i32.html">i32</a>, <a class="enum" href="enum.Cell.html" title="enum ironcalc_base::types::Cell">Cell</a>>>;</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Internal representation of Excel’s sheet_data
|
||||
It is row first and because of this all of our API’s should be row first</p>
|
||||
</div></details><h2 id="aliased-type" class="small-section-header">Aliased Type<a href="#aliased-type" class="anchor">§</a></h2><pre class="rust item-decl"><code>struct SheetData { /* private fields */ }</code></pre><script src="../../type.impl/std/collections/hash/map/struct.HashMap.js" data-self-path="ironcalc_base::types::SheetData" async></script></section></div></main></body></html>
|
||||
Reference in New Issue
Block a user