Excel插件
Excel通过Open API授权实时获取数据功能,用户无需频繁登录网页,一次构建模板即可便捷及时的更新数据。通过Excel插件可获取中国煤炭资源网全网及线下海量数据,包括价格指数、煤炭、焦炭、电力、冶金、建材、化工、宏观、碳数据等行业数据。
Excel的Open API授权功能:Excel实现了通过Open API授权实时获取数据。
便捷的数据更新:用户只需一次构建模板,即可便捷地及时更新数据。
数据来源和范围:通过Excel插件,可获取中国煤炭资源网全网及线下的大量行业数据。
下载安装包
0351-8214333 (工作时间 08:30-18:00)

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

// Imports

import mongoose, { Schema } from 'mongoose'

 

// Collection name

export const collection = 'Product'|

 

// Schema

const schema = new Schema({

name: {

type: String,

required: true

},

 

description: {

type: String

}

}, {timestamps: true})

 

// Model

export default mongoose.model(collection, schema, collection)// Imports

import mongoose, { Schema } from 'mongoose'

 

// Collection name

export const collection = 'Product'|

 

// Schema

const schema = new Schema({

name: {

type: String,

required: true

},

 

description: {

type: String

}

}, {timestamps: true})

 

// Model

export default mongoose.model(collection, schema, collection)// Imports

import mongoose, { Schema } from 'mongoose'

 

// Collection name

export const collection = 'Product'|

 

// Schema

const schema = new Schema({

name: {

type: String,

required: true

},

 

description: {

type: String

}

}, {timestamps: true})

 

// Model

export default mongoose.model(collection, schema, collection)

// Imports

import mongoose, { Schema } from 'mongoose'

 

// Collection name

export const collection = 'Product'|

 

// Schema

const schema = new Schema({

name: {

type: String,

required: true

},

 

description: {

type: String

}

}, {timestamps: true})

 

// Model

export default mongoose.model(collection, schema, collection)// Imports

import mongoose, { Schema } from 'mongoose'

 

// Collection name

 

 

智能便捷
Smart and convenient
A1
1
A
B
C
D
E
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22