generated from template/astro-simple-template
62 lines
1.4 KiB
Markdown
62 lines
1.4 KiB
Markdown
---
|
||
# theme: default
|
||
# random image from a curated Unsplash collection by Anthony
|
||
# background: https://cover.sli.dev
|
||
background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/rRpZIM_IJmc.webp
|
||
# 介绍文档: https://sli.dev
|
||
title: 介绍开源多维表格
|
||
info: |
|
||
## 关于Slidev的介绍
|
||
演示稿
|
||
class: text-center
|
||
# https://sli.dev/features/drawing
|
||
drawings:
|
||
persist: false
|
||
# slide transition: https://sli.dev/guide/animations.html#slide-transitions
|
||
transition: slide-left
|
||
# enable MDC Syntax: https://sli.dev/features/mdc
|
||
mdc: true
|
||
htmlAttrs:
|
||
dir: ltr
|
||
lang: zh-CN
|
||
fonts:
|
||
# 基础字体
|
||
sans: Robot
|
||
# 与 UnoCSS 的 `font-serif` css 类一同使用
|
||
serif: Robot Slab
|
||
# 用于代码块、内联代码等
|
||
mono: Fira Code
|
||
# duration of the presentation
|
||
duration: 35min
|
||
---
|
||
|
||
# 开源多维表格
|
||
|
||
多维表格(也称为OLAP表格)是一种用于数据分析和报表的工具,允许用户从多个维度查看和分析数据。它们通常用于商业智能(BI)应用程序中,以帮助用户理解复杂的数据集。
|
||
|
||
<!--
|
||
1. 为什么介绍多维表格
|
||
|
||
我想把自己知道的最好用的方式分享给大家
|
||
|
||
他对我们日常生活,规范化知识非常有用
|
||
|
||
2. 好用在哪里
|
||
|
||
数据展示
|
||
|
||
作为一个程序员,接触db比较多
|
||
|
||
知识库,AI自动化,知识管理,
|
||
|
||
3. 扩展自动化
|
||
api
|
||
|
||
智能化
|
||
-->
|
||
|
||
---
|
||
src: ./pages/contents.md
|
||
hide: false
|
||
---
|