|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
allegro导出器件坐标和转角和封装到Excel表格中用skill实现progn
* `* {/ f5 n+ b1 Z+ M: L# Y! i; v, e+ y( s
(axlSpreadsheetInit)! i8 o% y& A' S4 i) i
2 T% G. Y9 x; K# o
;; Define inital, default style.4 K) m- p3 i8 B. N! V& Y3 ~
7 O8 r. B: D4 E0 W1 \5 m' G8 a
;; Styles may be defined at any point during the spreadsheet's+ s. f) S2 y( z8 C1 B
7 s' U0 A/ Q H0 y( _
;; construction, but must be defined before they are referenced
3 Z# F: `4 V% [* n; E- t9 A) @" G9 t- S7 Z8 J8 y) Z
;; by any row, column, or cell.6 A' F" H* S# C* G
, f% m. O5 t+ R9 a/ m4 a (axlSpreadsheetSetStyle "Default" nil)
; ?: c- e& G/ z% _9 k! g. Y; \. f ^
(axlSpreadsheetSetStyleProp "Alignment" "Vertical" "Top")
1 m9 C( R. }/ Y+ L* `' M u" m* i+ z
(axlSpreadsheetSetStyleProp "Alignment" "Horizontal" "Left")3 o) _6 P8 P6 N1 J0 D
) w* l+ ^& Y4 l3 b+ Z6 ?
(axlSpreadsheetSetStyleProp "Alignment" "WrapText" "1")
8 P& D6 {1 _4 w) _. D7 B* [
1 v4 k6 b6 y; x, c$ k7 i ;;title cell style
) W1 v+ D# j2 _: x: i- n
" p6 v0 a+ P3 w5 a7 L (axlSpreadsheetSetStyle "Title" "TC")
" e% L- @. q: }
( A& ^( Q V5 M. y7 j6 J4 u! r9 B |
|