topics

全部话题 - 话题: excel
首页 1 2 3 4 5 末页 (共10页)
b******g
发帖数: 81
1
来自主题: Database版 - how to keep data integrity in excel
In that case you are a developer/IT person.
SSRS(actually Crystal Report too) can provide export to excel feature. You
can dump the report to excel and leave everything to the users to play with.
That way you provide the flexibility and avoid the pain of Excel Templates/
Macro/VBA.
Believe me, I've experienced similar type of system. Basically converting
Access/Excel reporting system to SSRS reporting system. Depending on the
complexity of each report, it could take an hour to several days to co... 阅读全帖
WB
发帖数: 170
2
来自主题: DotNet版 - winform显示excel文件的问题
想要显示excel文件,到底使用owc11控件还是reportviwer控件,
需要显示excel的状态兰,就是winform的excel选中部分,
状态兰可以显示求和。
reporviewer如何打开excel文件?
a***e
发帖数: 27968
3
excel就是个大的VB,好像有办法编译后再跑的,应该快点
你要是能把表分成可并行的小表,那样的话核才能用起来
因为数据关联,excel自动并行不现实的
另外,你可以考虑增加内存,关闭pagefile,或者开虚拟盘
x25再快,比内存还是慢了100倍,excel的i/o估计也不是运算优化的
也没有尽量独占内存的习惯
excel的优化也很有讲究

25
公司
d**k
发帖数: 1223
4
昨天问了一个关于从excel里头读image的问题。经人指点,有了点小进展,然后又歇菜
了。我现在可以把http://www.mitbbs.com/mitbbs_bbssig.phpimage从excel里头读出来,并且写进一个文件(我想能写进文件就应该能写进数据库)。也就是说我可以读出image的raw data来。现在的问题又来了,这个excel里头的image不是标准的image,比如jpeg, png什么的,好像是用office 的draw tools之类的东西画出来的。我写进文件后,根本不能用任何一个app打开,也没法用browser render.我估计这东西是ms自己的format.
我的最终目的就是要能把这些image render在web page上,也就是说我把binary存进
database, 然后app 可以根据情况找到这些image, 然后显示在web 上。像这种特殊的
image,我怎么才能给render到web page上啊?非常感谢。
版上好像不能attach excel. 只好铁个截图了
h*******s
发帖数: 24
5
【 以下文字转载自 Windows 讨论区 】
发信人: hedonists (hedonists), 信区: Windows
标 题: Interfacing Microsoft Excel VBA with FORTRAN
发信站: BBS 未名空间站 (Sun Jul 1 12:30:51 2007)
我有一个比较大的程序原来用FORTRAN写的. 现在想借用Excel来做数据的输入和输出,
即让FORTRAN读入Excel里的用户输入数据,运算后再把数据输出到Excel里显示.
不知道谁有这方面的经验或者有什么推荐的参考书,敬请不吝赐教.
f**********r
发帖数: 3774
6
来自主题: Programming版 - 求教excel的一个问题
在用excel 读入csv文件时有个数据column是date,
对于09/07/2016, excel会解释为Sept 7th, 16
对于20/06/2011,excel会解释为June 20th, 2011
请问怎么控制excel的data interpretation,
多谢!
g*****w
发帖数: 1413
7
都要疯了,被这个VBA Macro搞的. 从Excel VBA打开另外一个Excel文件,在某些机器
上Run好好的,在一些机器上就是死活打不开。试了无数种办法, research无数网页,
都折腾了好多天了,就是不work。请大家帮帮,让我有个好周末吧。谢谢大家!
机器是 windows XP, MS Office Excel 2007, .NET framework 3.0. 以下是VBA code
和Error message。
Sub openExcelFile()
Dim oXL As Object, oExcel As Object

Set oXL = CreateObject("Excel.Application")
On Error Resume Next
oXL.UserControl = True
On Error GoTo 0
On Error GoTo ErrHandle
With oXL
.Visible = False
.DisplayAlerts = Fals... 阅读全帖
A*******n
发帖数: 625
8
来自主题: Programming版 - embed excel sheet in a .aspx page
有谁知道怎样显示一个excel sheet在一个.aspx page上?我的意思是像excel control
的东西。
有人说:
n the Visual Studio.NET Evironment, right-click on a toolbox tab and select
add/remove items. There should be an Excel Spreadsheet 9.0, 10.0, or 11.0
control depending on your version of Office. I believe it is located in the
.NET Frameworks tab. If not, it would be under the COM Components tab.
Select the control and click OK. The control will then be added to your
toolbox.
可是我根本没找到。 有excel这样的control吗?
谢谢
u***a
发帖数: 52
9
【 以下文字转载自 Windows 讨论区 】
发信人: umusa (umusa), 信区: Windows
标 题: Excel VSTO 4.0 project deveopled in VS2010 migration to VSTO 5.0 developed in VS2013
发信站: BBS 未名空间站 (Sun Aug 30 12:07:38 2015, 美东)
I am very new to develop office(Excel 2010) applications/doc-level add-ins
by (C#) VSTO 5.0 in VS2013. If this is not a place to post this kind of
question, please tell me where I can post it before you vote it down. Thanks
!
After reading this https://msdn.microsoft.com/en-us/library/cc668197.aspx?f=
255&... 阅读全帖
u***a
发帖数: 52
10
【 以下文字转载自 Windows 讨论区 】
发信人: umusa (umusa), 信区: Windows
标 题: Excel VSTO 4.0 project deveopled in VS2010 migration to VSTO 5.0 developed in VS2013
发信站: BBS 未名空间站 (Sun Aug 30 12:07:38 2015, 美东)
I am very new to develop office(Excel 2010) applications/doc-level add-ins
by (C#) VSTO 5.0 in VS2013. If this is not a place to post this kind of
question, please tell me where I can post it before you vote it down. Thanks
!
After reading this https://msdn.microsoft.com/en-us/library/cc668197.aspx?f=
255&... 阅读全帖
s**********l
发帖数: 629
11
I know, my work computer has 250 gig HB and 1.5G memory and my Excel still
freezes all the time especially with multiple pivot tables and lots of
vlookup's. Those vlookup's just eat up memories.... =(
And we run out of rows all the times as well......at least that won't be a
problem with the new Excel 2007. =)
I am so used to Excel freezing. I just go to task manager, find the process
and set priority to "high" Then, you wait for a few minutes (even though
Excel reads "not responding"), usually
m**i
发帖数: 47
12
Job Title: Functional Excellence Manager
Department: Quality & FE, Global Operations
Report to: Sr. Quality & FE Manager, Greater China
Job Location: Yi zhuang, Beijing or Shanghai
Job Responsibilities:
1. Coordinate and drive effort across China: standardization of approach,
and of operating mechanisms (e.g., Lean metrics, project tracking mechanisms
, project prioritization and resource allocation models). The objective is
to drive a high level of visibility and accountability around Functiona... 阅读全帖
a*******1
发帖数: 1554
13
【 以下文字转载自 USANews 讨论区 】
发信人: aaliwei91 (My, you are a tall one!), 信区: USANews
标 题: 哈佛经济学家因excel出错支持紧缩
发信站: BBS 未名空间站 (Sat Apr 27 09:07:07 2013, 美东)
2010年,哈佛大学的两位经济学家Kenneth Rogoff和Carmen Reinhart 发表了一项研究
,分析了各国政府负债与经济增长的关系。他们发现政府负债过高,即国债达到GDP的
90%时,出现一个转折点(tipping point),经济增长率将变为负值:-0.1%.
他们的工作报告:http://www.nber.org/papers/w15639.pdf
虽然有些经济学家怀疑他们的研究,他们的这篇工作报告被提倡财政紧缩政策的政客们
当作金科玉律,成为强迫陷入经济危机的希腊等国家采取财政紧缩、勒紧裤带的科学依
据。
然而,Rogoff和Reinhart的研究最近被马萨诸塞州大学Amherst分校的一名博士研究生
推翻了。
这名研究生,Thomas Herndon上了一门计量经济... 阅读全帖
A*****s
发帖数: 13748
14
来自主题: Quant版 - 話說大家提過的Excel Solver?
到底是個什么東東?從來不用excel,云里霧里。。。
這是excel自帶的么?還是要另外買的?如果excel自帶的,怎么啟動?中文版的excel。
f********s
发帖数: 658
15
I created a VBA code in one Excel workbook. I add a button in the toolbar to
facilitate the use. My excel version is 2007. I want to use this vba code
in another workbook.
However, when I open other workbook and click on the button, I can't access
the code I created. I remember in the before when I use Excel 2003 and click on the buttion,
Excel can open the workbook which I created and saved this Macro and then
use it for the new version.
How do I sovle this problem? Do I need to creat an Add-in
y***6
发帖数: 46
16
来自主题: Statistics版 - Help:import excel file into sas
The following is the problem incurred when I try to import excel data file
into sas. Hope someone can help.
SAS Code:
proc import out=Work.Edu
datafile="C:\Documents and Settings\smith\Desktop\education.xls"
dbms=excel replace;
getnames=yes;
mixed=yes;
scantext=yes;
usedate=yes;
scantime=yes;
run;
The excel file have 25 variables and 1272 observation with some missing
values. In addition, the first row in excel f
c*****r
发帖数: 2
17
Could anybody help me find out what's wrong with my codes?
The followings are my SAS codes:
options noxwait noxsync;
x "C:\progra~1\micros~1\Office\EXCEL.EXE"; /* opens Excel */
run; quit;
data _null_;
x=sleep(5); /*wait 3 seconds to give Excel time to open*/
run;
filename sexcel dde 'excel|system';
data _null_;
set table_name;
call symput('name'||left(_n_),filename);
run;
%macro open_file(file_name);
*%let path1=%quote(P:\IS\FOOTPR
l**********s
发帖数: 255
18
我可以用如下的code分别打开三个excel文件 ,但是如何同时打开它们呢?实际上我有
上百个excel文件需要打开,是否可以用同一个简短的code同时打开它们呢?多谢!
PROC IMPORT OUT= WORK.a1
DATAFILE= "h:\a1.xls"
DBMS=EXCEL REPLACE;
SHEET="sheet1";
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;
PROC IMPORT OUT= WORK.a2
DATAFILE= "h:\a2.xls"
DBMS=EXCEL REPLACE;
SHEET="sheet1";
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;
G*****u
发帖数: 1222
19
来自主题: Statistics版 - excel 表格 数据抓取
在公司里上班? 找同事来写啊 这个code写下来估计得花一会时间
我以前写过一个类似的 我的思路基本是上用这个公式(Application.GetOpenFilename
)来打开这些excel file 每开一个excel 找出需要的数值 存到一个master
workbook 关掉这个excel 然后接着开下一个excel
k*****8
发帖数: 91
20
想把两个数据放入同一个Excel的不同工作簿里面。用了两种方法但是都是第二个
dataset把之前的一个dataset覆盖了(i.e.output里面只有demog这个dataset)。请问
这是什么原因?还有什么其他的方法能够实现在一个Excel里面建立多个工作簿?
data test demog;
input id $ sex $ age;
if sex='f' then output test;
else output demog;
datalines;
001 f 9
394 m 10
204 f 20
395 f 3
;
run;
/*Method 1*/
ods listing close;
ods tagsets.excelxp file="c:\temp\test4.xml" style=minimal;
ods tagsets.excelxp options(Sheet_Name='Class Data');
proc print data=test;
run;
ods tagsets.excelxp options(Sheet_Name='Demog Data');... 阅读全帖
p******e
发帖数: 528
21
我有一个很naive的问题。我看到很多的data analyst的工作都要求会熟练应用excel。
请问如果是数据分析,是不是说原始看到的数据文件都是excel格式的呢?我奇怪的
原因是如果我看到了大量的数据是用excel的格式来存的话,如果我假设原始数据的
格式是正确的,我就会想着一个MS或者是python的API,然后把把我要分析的数据都
读出来,然后再用python,numpy或者R去处理。这有一来不就是和excel什么关系
都没有了吗?
w*******y
发帖数: 60932
22
GOTD Launches Giveaway of PDF to Excel Converter for Win and Mac version
today. Users can not only get free PDF to Excel Conversion Tools, but also
get many PDF products like PDF Converter, PDF to Epub Converter and so on,
with 66% discounts.
Giveaway Address: www.giveawayoftheday.com:
http://www.giveawayoftheday.com
As far as I know, there are seldom free PDF to Excel Converter in PDF market
. This PDF to Excel Converter is relatively a nice product that helps me
export adobe PDF files to Exc
w*******y
发帖数: 60932
23
At Faucet direct
This item sells for $200
Link:
http://www.faucetdirect.com/insinkerator-excel-pro-excel-1-hp-single-phase-food-waste-disposer-from-the-evolution-series/p1502116?source=TREML_LeadTime
But there is another almost identical item that sells for $353 on the same
site
Link:
http://www.faucetdirect.com/insinkerator-excel-evolution-excel-1-hp-single-phase-food-waste-disposer/p298217
I don't know if there is a difference between the two or which is better.
All disposals in evolution exce
q*******n
发帖数: 360
24
实在是不好意思,这么个问题老是麻烦大家,都怪自己没好好学习:(
我今天一边翻书一边学着做,总算做出来了一个所谓的宏:内层do-loop循环可以运行
,可是外层的do-loop循环只走了一步,就不循环了(根据表格里的数据看,外层循环
是应该走很多步的)。麻烦大家看看是怎么回事?先谢谢了。
-------------------------
Sub ShuJuChuanShu()
注:我觉得大家的建议都很有道理,一组7800个数值,只靠手输入,真的累死人了。我
都已经想办法把它们导进excel表格里了。
Dim CodeR As String
Dim CodeS As String
i = 9 注:数据在excel中的起始位置
j = 2 注:数据在excel中的起始位置
Do
Do
CodeR = Sheet3.Cells(i, 1) 注:表三种第一列的温度值。
CodeS = Sheet2.Cells(j, 1) 注:表二中第一列的温度值。

If CodeS = CodeR Then
Sheet3.... 阅读全帖
a*******1
发帖数: 1554
25
2010年,哈佛大学的两位经济学家Kenneth Rogoff和Carmen Reinhart 发表了一项研究
,分析了各国政府负债与经济增长的关系。他们发现政府负债过高,即国债达到GDP的
90%时,出现一个转折点(tipping point),经济增长率将变为负值:-0.1%.
他们的工作报告:http://www.nber.org/papers/w15639.pdf
虽然有些经济学家怀疑他们的研究,他们的这篇工作报告被提倡财政紧缩政策的政客们
当作金科玉律,成为强迫陷入经济危机的希腊等国家采取财政紧缩、勒紧裤带的科学依
据。
然而,Rogoff和Reinhart的研究最近被马萨诸塞州大学Amherst分校的一名博士研究生
推翻了。
这名研究生,Thomas Herndon上了一门计量经济学的课,课程要求之一写篇期末报告,
找一篇自己感兴趣的论文,重复其中的分析。Herndon选了Rogoff和Reinhart的报告,
他找来几个国家的宏观经济学数据,但重复不出来他们的结果。
不得已,他向哈佛的经济学家们索要他们的原始计算,教授把自己的Excel sheet给了
这位研究生。Her... 阅读全帖
s*********i
发帖数: 1813
26
来自主题: ChinaStock版 - 有没有类似MSNStockQuote的Excel插件?
MSNStockQuote是Excel的一个addon,可以用它很方便的在Excel里查询美国股市的价格
和相关数据,然后可以自己定制Excel文件,进行分析和管理。虽然自己用web query做
一个也不困难,但一直想找一个更简单的类似msnstockquote的插件来导入中国股市的
数据。那位知道有这样的程序吗?谢谢。
u***n
发帖数: 21026
27
前面3000已经交易结束,新的4100, 求大牛收了。
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
$4100 Amazon GC @0.97
单张面值:
100*1
50*64
25*32
total 4100
Excel code ready, instantly send your code
可接受价格(必须明码标价!):
0.97 face value, 3977
物品新旧要求:
new in hand
邮寄方式要求:
E-mail Code
Excel code ready, instantly send your code after u pay. 1 minute!
excel table
if you also want entity cards, YL
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
Chase quick pay
citi bill pay
接受RMB工商银行,招商银行打款,中行美元中间价+0.03
现款后货
其他补充说明:
广告的有效期:
till all gone
物品来源(R... 阅读全帖
e****e
发帖数: 2010
28
100伪币 for VBA code, 能够正确执行。
1)multiple Excel files convert to CVS files, 200 or 1000 files whatever.
or
2) multiple Excel files merge to excel one sheet, top->down,200 or 1000
files whatever.
l******k
发帖数: 156
29
来自主题: Faculty版 - using excel for grade
版上经验丰富的法考题们,又没有好的excel grader模板可以共享。就是那种可以自动
assign A, B, C, D, or drop the lowest score in tests的excel template。我对
excel不是很熟,每到期末就花很多时间在这上面,觉得很不划算。
u***n
发帖数: 21026
30
前面3000已经交易结束,新的4100, 求大牛收了。
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
$4100 Amazon GC @0.97
单张面值:
100*1
50*64
25*32
total 4100
Excel code ready, instantly send your code
可接受价格(必须明码标价!):
0.97 face value, 3977
物品新旧要求:
new in hand
邮寄方式要求:
E-mail Code
Excel code ready, instantly send your code after u pay. 1 minute!
excel table
if you also want entity cards, YL
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
Chase quick pay
citi bill pay
接受RMB工商银行,招商银行打款,中行美元中间价+0.03
现款后货
其他补充说明:
广告的有效期:
till all gone
物品来源(R... 阅读全帖
x****n
发帖数: 494
31
来自主题: FleaMarket版 - 转【出售】CPA Excel全套资料
信人: xbchen (简洁自然), 信区: Accounting
标 题: 【出售】CPA Excel全套资料
发信站: BBS 未名空间站 (Sun Dec 23 02:21:37 2012, 美东)
1,package description:CPA Excel四套书,加四张碟片,还有网上帐户。没有过期
日期。我用的是becker,这套是参加活动时得奖的,拿到时我只剩下一门aud了。要海
归了,翻了出来,得处理掉。见网站
http://www2.cpaexcel.com/select-a-product/cpa-review-courses/po
2,出版商:cpa excel
3,新旧程度: 很新
4,交换、出售、求购的价格: 150刀+运费,用paypal付。
5,邮寄方式:邮局media rate的邮寄方式。
6,买卖双方谁承担邮寄损失(required):买家
7,其它补充说明:书很好很不错,书上内容网上account也有。
8,广告的有效期:12月28日,俺29日就海归,溜了。
9,我的联系方式:l***********[email protected]
10,物品来源 (req... 阅读全帖
t******n
发帖数: 93
32
来自主题: Investment版 - 几种用Excel计算贷款月供的方法
看有网友问,在这里简单介绍一下,方法有三。
(1)最简单的是用Excel自带的模板。具体如下:New->Template->on my Computer...
->Spreadsheet Solutions->Loan Amortization. 在此template输入相关信息即得每月
贷款情况。还可以计算提前付款。缺点是没公式,锁了。
(2)用Excel的公式做(1)的Table,见附件偶的模板。如果贷款超过30年,可拷贝公式继续计算,但注意记住在summary里改总和公式。
(3)用Excel的公式计算各个月的贷款情况
PMT:计算每月应付款(包括本金和利息),PMT(年息/12,年数x12,贷款额)
例如 PMT(0.06/12,30x12,1000)
IPMT:计算第N个月付款中的利息部分,IPMT(年息/12,N,年数x12,贷款额)
例如 IPMT(0.06/12,4,30x12,1000)
两者相减得该月所付本金
当然也可以用financial calculator 来算。偶用的是Texas Instruments BAII Plus,好象就二三十刀,跟broker聊的
f********i
发帖数: 563
33
来自主题: JobHunting版 - 菜鸟关于excel ,access 问题 (转载)
你可以搜几本讲excel tips的书,都不难,过一遍就行了。
比如Excel bible,Financial analysis with excel 等等。
v*********0
发帖数: 941
34
来自主题: JobHunting版 - How to get common data from Two Excel Tables?
Now I have two Excel spreadsheets as below:
Spreadsheet1
Gene change padj
1 212 0.0006
2 99 0.09
3 15 0.7
4 59 0.456
5 418 0.00001
6 566 0
Spreadsheet2
Gene statistic FDR
1 28 0.0005
2 17 0.007
3 3 0.81
4 8 0.28
5 48 0.002
6 111 0
Using Excel, how can I create one new spreadsheet that only includes the
Genes with both padj and FDR are less than 0.05?
And how can I do this in any other statsitica... 阅读全帖
D*********Y
发帖数: 3382
35
来自主题: JobHunting版 - 请教一个问题:C++直接操作Excel
我知道SAS 有dynamic data exchange可以写数据到excel然后call excel的macro来执
行对excel的修改。C++也可以这样么
l******9
发帖数: 579
36
I need to export XML to XML by EXCEL 2010 in Win 7. I import XML file to
EXCEL 2010, then I need to make some changes and then export the changed XML
files.
I got the problem:
"Cannot save or export XML data. The XML maps in this workbook are not
exportable."
My question is simialr as
excel: Cannot save or export xml data. The xml map in this workbook are not
exportable
But, only the reasons for the problem are given there, no solutions. I am
new to XML.
Thanks
C***m
发帖数: 102
37
Job Title: Excel / VBA Consultant
Location: Boston, MA
Duration: 6+ Months
Basic Qualifications:
Our client is in need of a junior resource that has strong Excel / VBA
skills. The successful candidate will be responsible for developing the
group's automation tools and this role will grow and more responsibilities
will be given based on performance. This candidate should be committed and
be willing to work hard.
6 months to 1 year of experience
Excel/VBA skills - Schooling - or self-taught.
We ar... 阅读全帖
a********5
发帖数: 1631
38
1. 很多公司的数据来自于前台部门(SALES, BD, UA, ETC。。)。这些数据基本都
存在EXCEL里。很多前台部门的工作人员不会用SAP/TABLEAU/SQL,而且也没有必要使用。
2. EXCEL本身是一个ALL IN ONE的工具,有大量现成的功能,包括可视化工具可以使用
。如果数据量不是大到难以接受,而且只需要一些初不分析的结果,EXCEL可能只是两
三下的功夫。
如果你用PY或者R转读,首先要写PARSER,要处理很多DIRTY的格式问题,写程序还要
DEBUG。
j********o
发帖数: 919
39
来自主题: Money版 - 我的EXCEL帐本供参考
阿芒果同学要求我将我用的EXCEL帐本的TEMPLATE给他看.在另一个帖子里发了,再开个
新帖发一下,讲解一下我的理财思路,供各位同学参考.
屏幕截图可以见下图.
每月使用一个SHEET,每年开一个新的EXCEL FILE,格式都一样,但具体的项目根据自己不
同时期的需求和状况作变更.
每个ROW将每天的各项消费按照不同的CATEGORY,在不同的COLUMN上录入,最后一个
COLUMN是当天的小计.因此可以看到自己每天的总支出和可以按照COLUMN在最下方看见
该类别的总支出.例如我可以很简单地知道自己每个月在GROCERY上花多少钱,车子的供
款和油费花多少钱,等等.
由于每个ROW是一天的记录,因此在屏幕最右边是作CALENDAR用的.我一般在那里记录DUE
DATES.例如手机帐单25号DUE,那我通常会把这个记录放在22号的那个ROW的CALENDAR里
.这样我每天望一眼的时候就能知道哪个帐单马上要付了,和那些帐户马上要出
STATEMENT了.
有不同的SECTION记录我的不同银行帐户和信用卡的消费情况.
其实每天的基本操作,大概花5分钟就能完成.因为我们只是普通消... 阅读全帖
j********o
发帖数: 919
40
来自主题: Money版 - 我的EXCEL帐本供参考
阿芒果同学要求我将我用的EXCEL帐本的TEMPLATE给他看.在另一个帖子里发了,再开个
新帖发一下,讲解一下我的理财思路,供各位同学参考.
屏幕截图可以见下图.
每月使用一个SHEET,每年开一个新的EXCEL FILE,格式都一样,但具体的项目根据自己不
同时期的需求和状况作变更.
每个ROW将每天的各项消费按照不同的CATEGORY,在不同的COLUMN上录入,最后一个
COLUMN是当天的小计.因此可以看到自己每天的总支出和可以按照COLUMN在最下方看见
该类别的总支出.例如我可以很简单地知道自己每个月在GROCERY上花多少钱,车子的供
款和油费花多少钱,等等.
由于每个ROW是一天的记录,因此在屏幕最右边是作CALENDAR用的.我一般在那里记录DUE
DATES.例如手机帐单25号DUE,那我通常会把这个记录放在22号的那个ROW的CALENDAR里
.这样我每天望一眼的时候就能知道哪个帐单马上要付了,和那些帐户马上要出
STATEMENT了.
有不同的SECTION记录我的不同银行帐户和信用卡的消费情况.
其实每天的基本操作,大概花5分钟就能完成.因为我们只是普通消... 阅读全帖
k**i
发帖数: 10191
41
来自主题: PennySaver版 - Lindt Excellence Chocolate Bars DEAL~
打印胖: http://lindtpromotions.com/diamond-coupon/
Walgreens (starting 8/25):
Lindt Chocolate Bars 3.5 or 4.4 oz 2/$4
Deal Scenario:
Buy 2 Lindt Excellence Bars on sale 2/$4
Use the $1.50/2 Lindt Excellence bars coupon
Final cost only $1.25 per bar!
CVS (starting 9/8):
Lindt Bars 2/$5
Use the $1.50/2 Lindt Excellence bars coupon
Final cost $1.75 per bar!
B*H
发帖数: 2158
42
【 以下文字转载自 PennySaver 讨论区 】
发信人: BZH (粒粒妈), 信区: PennySaver
标 题: online EXCEL learning course to share for $17
发信站: BBS 未名空间站 (Wed May 30 17:03:52 2012, 美东)
livingsocial 上两个microsoft excel 2010 learning course $35。有没有想学的,
一起买把。这是两个一起卖$35的,原价一个$99。仅今天!http://www.livingsocial.com/cities/1727/deals/344538-two-online-microsoft-excel-training-courses
s*3
发帖数: 352
43
看到版上关于电脑的帖子很多,特此请教一个excel做图的问题:
每次excel的数据做图时都会默认显示一个你“想要”的图,但是往往每次给出的图都
很丑陋,每次都得把背景,颜色,线形,字体大小挨个改过,及其繁琐。特别是有很多
类似的图要做的时候。
哪位大牛能讲讲怎么把excel里面的默认的图格式“模板”改掉,每次能直接得到自己
需要的图啊?
谢谢
l****z
发帖数: 29846
44
【 以下文字转载自 Hardware 讨论区 】
发信人: lczlcz (lcz), 信区: Hardware
标 题: Excel 2010 不行啊, 设计了越来越差了.
发信站: BBS 未名空间站 (Tue Dec 10 18:33:27 2013, 美东)
excel 2003后除了加了点花里胡哨的东西,其他根本没用啊.
一个100M左右的文件,大概6万多行吧.
同时打开2个还没问题,打开第3个的时候,excel 2010竟然说没有足够的resource打开.
d**********r
发帖数: 24123
45
来自主题: NewJersey版 - 包子题~关于EXCEL
???
如果你在Excel里面Open两个程序,那自然都是在一个任务窗口里,不能分开了。
所以要开始菜单,运行Excel,出现一个独立的窗口,打开第一个文件。
再来开始菜单,运行Excel,出现第二个独立的窗口,打开第二个文件。
公司里的2007是这样啊。
Edit: 刚才登录到家里电脑上,试了一下2010(Home),也是一样的。
s****y
发帖数: 3437
46
来自主题: NewJersey版 - 包子题~关于EXCEL
太赞了,原来要重新run一次excel,哇哈哈哈!!
楼上的都有包子,太感谢啦,我每次都是直接开outlook里的附件
从来没点过start-program-office-excel,所以所有的excel都总是叠在一起
刚试了一下,左边一个右边一个咯!
b******e
发帖数: 253
47
来自主题: SanFrancisco版 - excel question
这是excel question?我天天用excel怎么从来没遇到过这种问题?
您用excel算啥的?
C*****n
发帖数: 98
48
来自主题: SanFrancisco版 - 会写 VBA in Excel 的硅工们 look here
会写 VBA in Excel 的硅工们,有人愿意在 业余 赚外汇吗?
Our company is a mid sized medical device. My team need a VBA in Excel 的硅
工writing simple VB code to support some dash board in Excel, like passing
parameters, it's pretty easy work..
You can work from home, evening or weekend, it's about 3 weeks work in the
first phase, you can work part time and remotely, or onsite if you like.
Please email me if you like this opportunity.
D****P
发帖数: 229
49
Microsoft Excel retains 15 significant digits. To display all 15 digits, you
must use a number format (custom or built-in) other than General. The
General number format displays up to 11 numeric characters, with the decimal
point counting as a numeric character. Therefore, if the number contains a
decimal point, Excel can display up to 10 significant digits, but if the
number does not contain a decimal point, Excel can display up to 11
significant digits Adding more numbers to the left of the de... 阅读全帖
c**********a
发帖数: 6
50
Magnetic nano catalyst modified by dendrimer has excellent performance.
Magnetic nano catalyst modified by dendrimer has excellent performance: 1.
better stability 2. better solubility, can be dissolved in many organic
solvents 3. higher catalytic activity 4. higher catalytic selectivity. In a
variety of organic solvents, it can catalyze a variety of substance in the
hydroformylation reaction, such as catalytic styrene, 4 - fluoro-styrene,
bromostyrene, etc., in appropriate conditions, conversio... 阅读全帖
首页 1 2 3 4 5 末页 (共10页)