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

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