|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
allegro导出器件坐标和转角和封装到Excel表格中用skill实现progn6 G8 J+ \. Q' L' B% }! _! u! k- y
# f P: x4 O N# Q) F- j
(axlSpreadsheetInit)
$ k% O* J( U6 A: f9 T6 G. F3 z+ X
* a7 T" k( W+ o, d; o. m& [5 e ;; Define inital, default style.
5 [/ t! S/ C: P' _3 f3 h( X: h6 N) e4 I0 c) @% M9 V
;; Styles may be defined at any point during the spreadsheet's6 P! ~/ B5 V! e
: s( j5 p D, D ;; construction, but must be defined before they are referenced6 F# Z* B; ^7 |9 l/ C0 V
1 u a5 q1 m6 m: F) _8 B0 A7 @
;; by any row, column, or cell.
. B1 b0 s/ O$ ^) r+ k8 O
+ h- f Z8 l1 ? (axlSpreadsheetSetStyle "Default" nil)
1 X6 g# A4 T9 {0 n3 B7 _1 j7 Y
* q) g" R' O' v" Z3 h. I" y (axlSpreadsheetSetStyleProp "Alignment" "Vertical" "Top")! c2 c: E' j9 A8 U5 P7 P3 e
1 M9 Y! |+ r, W b. b" h
(axlSpreadsheetSetStyleProp "Alignment" "Horizontal" "Left")
' ?1 s$ y v5 G7 D, x
; r9 L+ c% j0 ^, T (axlSpreadsheetSetStyleProp "Alignment" "WrapText" "1")6 V# r; g; q/ Z" V1 W+ c2 W
" b, y z9 d$ `4 t4 ]- M# p F
;;title cell style8 J* _! n/ G/ K( w
* z f6 ~: y* y6 }. Y
(axlSpreadsheetSetStyle "Title" "TC") E& @: C' i F: M2 y
2 n: h; m) k# p, ]
|
|