雷火娱乐-中国知名电竞赛事平台

Excel插件
Excel通過(guò)Open API授權(quán)實(shí)時(shí)獲取數(shù)據(jù)功能,用戶無(wú)需頻繁登錄網(wǎng)頁(yè),一次構(gòu)建模板即可便捷及時(shí)的更新數(shù)據(jù)。通過(guò)Excel插件可獲取中國(guó)煤炭資源網(wǎng)全網(wǎng)及線下海量數(shù)據(jù),包括價(jià)格指數(shù)、煤炭、焦炭、電力、冶金、建材、化工、宏觀、碳數(shù)據(jù)等行業(yè)數(shù)據(jù)。
Excel的Open API授權(quán)功能:Excel實(shí)現(xiàn)了通過(guò)Open API授權(quán)實(shí)時(shí)獲取數(shù)據(jù)。
便捷的數(shù)據(jù)更新:用戶只需一次構(gòu)建模板,即可便捷地及時(shí)更新數(shù)據(jù)。
數(shù)據(jù)來(lái)源和范圍:通過(guò)Excel插件,可獲取中國(guó)煤炭資源網(wǎng)全網(wǎng)及線下的大量行業(yè)數(shù)據(jù)。
下載安裝包
0351-8214333 (工作時(shí)間 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
標(biāo)準(zhǔn)數(shù)據(jù)產(chǎn)品API接口
為滿足企業(yè)用戶對(duì)中國(guó)煤炭資源網(wǎng)(Sxcoal)的數(shù)據(jù)集成及便捷使用需求,汾渭數(shù)字信息技術(shù)有限公司研發(fā)了標(biāo)準(zhǔn)數(shù)據(jù)產(chǎn)品API接口服務(wù)。
目前API接口已涵蓋了中國(guó)煤炭資源網(wǎng)的所有數(shù)據(jù)及大量線下數(shù)據(jù),價(jià)格數(shù)據(jù)包括CCI價(jià)格指數(shù)、動(dòng)力煤、冶金煤、無(wú)煙塊煤、焦炭、煤化工產(chǎn)品、汽運(yùn)費(fèi)、國(guó)內(nèi)國(guó)際海運(yùn)費(fèi)等價(jià)格。
行業(yè)數(shù)據(jù)包括產(chǎn)量、供應(yīng)量、需求量、進(jìn)出口數(shù)據(jù)、供需對(duì)比、庫(kù)存、銷量、運(yùn)量、港口數(shù)據(jù)、國(guó)際數(shù)據(jù)、焦炭數(shù)據(jù)、電力行業(yè)、冶金行業(yè)、建材行業(yè)、化工行業(yè)、宏觀、碳數(shù)據(jù)、汾渭產(chǎn)銷存監(jiān)測(cè)數(shù)據(jù)等全產(chǎn)業(yè)鏈的數(shù)據(jù)。
通過(guò)API接口,合作企業(yè)可根據(jù)自己訂閱的會(huì)員級(jí)別獲取相應(yīng)的API標(biāo)準(zhǔn)數(shù)據(jù)產(chǎn)品id及對(duì)應(yīng)數(shù)據(jù),目前數(shù)據(jù)類型為json、excel兩種。
0351-8214333 (工作時(shí)間 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