Skip to main content

CcmSheetApiOld

Enum CcmSheetApiOld 

Source
pub enum CcmSheetApiOld {
Show 70 variants OperateSheets(String), UpdateSheetProperties(String), DimensionRange(String), InsertDimensionRange(String), DimensionRangeUpdate(String), DimensionRangeDelete(String), MergeCells(String), UnmergeCells(String), Style(String), StylesBatchUpdate(String), ValuesPrepend(String), ValuesAppend(String), ValuesImage(String), ValuesRange(String, String), ValuesBatchGet(String), Values(String), ValuesBatchUpdate(String), ProtectedDimension(String), ProtectedRangeBatchUpdate(String), ProtectedRangeBatchGet(String), ProtectedRangeBatchDel(String), Metainfo(String), Properties(String), Import, ImportResult, ConditionFormats(String), ConditionFormatsBatchCreate(String), ConditionFormatsBatchDelete(String), ConditionFormatsBatchUpdate(String), DataValidation(String), DataValidationCreate(String), DataValidationUpdate(String, String), DataValidationDelete(String), ReadSingleRange(String, String), ReadMultipleRanges(String), WriteSingleRange(String), BatchWriteRanges(String), AppendValues(String), InsertValues(String), GetSpreadsheet(String), CreateSpreadsheet, UpdateSpreadsheet(String), AddSheet(String), GetSheet(String, String), UpdateSheet(String), DeleteSheet(String), CreateFilter(String), GetFilter(String), UpdateFilter(String), DeleteFilter(String), CreateFilterView(String, String), UpdateFilterView(String, String, String), QueryFilterViews(String, String), GetFilterView(String, String, String), DeleteFilterView(String, String, String), CreateFilterCondition(String, String, String), UpdateFilterCondition(String, String, String, String), QueryFilterConditions(String, String, String), GetFilterCondition(String, String, String, String), DeleteFilterCondition(String, String, String, String), CreateFloatImage(String, String), UpdateFloatImage(String, String, String), GetFloatImage(String, String, String), QueryFloatImages(String, String), DeleteFloatImage(String, String, String), DeleteRange(String), InsertDimension(String), MoveDimension(String), ReplaceRange(String), FindReplace(String),
}
Expand description

CCM Sheet API Old V2 端点枚举 对应 meta.project = ccm_sheet, meta.version = old

Variants§

§

OperateSheets(String)

操作工作表 (第一个)

§

UpdateSheetProperties(String)

更新工作表属性 (第二个)

§

DimensionRange(String)

增加行列

§

InsertDimensionRange(String)

插入行列

§

DimensionRangeUpdate(String)

更新行列

§

DimensionRangeDelete(String)

删除行列

§

MergeCells(String)

合并单元格

§

UnmergeCells(String)

拆分单元格

§

Style(String)

设置单元格样式

§

StylesBatchUpdate(String)

批量设置单元格样式

§

ValuesPrepend(String)

插入数据

§

ValuesAppend(String)

追加数据

§

ValuesImage(String)

写入图片

§

ValuesRange(String, String)

读取单个范围

§

ValuesBatchGet(String)

读取多个范围

§

Values(String)

向单个范围写入数据

§

ValuesBatchUpdate(String)

向多个范围写入数据

§

ProtectedDimension(String)

增加保护范围

§

ProtectedRangeBatchUpdate(String)

修改保护范围

§

ProtectedRangeBatchGet(String)

获取保护范围

§

ProtectedRangeBatchDel(String)

删除保护范围

§

Metainfo(String)

获取表格元数据

§

Properties(String)

更新表格属性

§

Import

导入表格

§

ImportResult

查询导入结果

§

ConditionFormats(String)

获取条件格式

§

ConditionFormatsBatchCreate(String)

批量创建条件格式

§

ConditionFormatsBatchDelete(String)

批量删除条件格式

§

ConditionFormatsBatchUpdate(String)

批量更新条件格式

§

DataValidation(String)

获取数据验证规则

§

DataValidationCreate(String)

创建数据验证规则

§

DataValidationUpdate(String, String)

更新下拉列表设置(PUT)

§

DataValidationDelete(String)

删除下拉列表设置(DELETE,按 range 删除)

§

ReadSingleRange(String, String)

读取单个范围

§

ReadMultipleRanges(String)

读取多个范围

§

WriteSingleRange(String)

写入单个范围

§

BatchWriteRanges(String)

批量写入范围

§

AppendValues(String)

追加数据

§

InsertValues(String)

插入数据

§

GetSpreadsheet(String)

获取电子表格信息

§

CreateSpreadsheet

创建电子表格

§

UpdateSpreadsheet(String)

修改电子表格属性

§

AddSheet(String)

操作工作表

§

GetSheet(String, String)

查询工作表

§

UpdateSheet(String)

更新工作表

§

DeleteSheet(String)

删除工作表

§

CreateFilter(String)

创建筛选 (V3)

§

GetFilter(String)

获取筛选 (V3)

§

UpdateFilter(String)

更新筛选 (V3)

§

DeleteFilter(String)

删除筛选 (V3)

§

CreateFilterView(String, String)

创建筛选视图 (V3)

§

UpdateFilterView(String, String, String)

更新筛选视图 (V3)

§

QueryFilterViews(String, String)

查询筛选视图 (V3)

§

GetFilterView(String, String, String)

获取筛选视图 (V3)

§

DeleteFilterView(String, String, String)

删除筛选视图 (V3)

§

CreateFilterCondition(String, String, String)

创建筛选条件 (V3)

§

UpdateFilterCondition(String, String, String, String)

更新筛选条件 (V3)

§

QueryFilterConditions(String, String, String)

查询筛选条件 (V3)

§

GetFilterCondition(String, String, String, String)

获取筛选条件 (V3)

§

DeleteFilterCondition(String, String, String, String)

删除筛选条件 (V3)

§

CreateFloatImage(String, String)

创建浮动图片 (V3)

§

UpdateFloatImage(String, String, String)

更新浮动图片 (V3)

§

GetFloatImage(String, String, String)

获取浮动图片 (V3)

§

QueryFloatImages(String, String)

查询浮动图片 (V3)

§

DeleteFloatImage(String, String, String)

删除浮动图片 (V3)

§

DeleteRange(String)

删除范围 (V3)

§

InsertDimension(String)

插入维度 (V3)

§

MoveDimension(String)

移动维度 (V3)

§

ReplaceRange(String)

替换范围 (V3)

§

FindReplace(String)

查找替换 (V3)

Implementations§

Source§

impl CcmSheetApiOld

Source

pub fn to_url(&self) -> String

生成对应的 URL

Trait Implementations§

Source§

impl Clone for CcmSheetApiOld

Source§

fn clone(&self) -> CcmSheetApiOld

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CcmSheetApiOld

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for CcmSheetApiOld

Source§

fn eq(&self, other: &CcmSheetApiOld) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl StructuralPartialEq for CcmSheetApiOld

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more