且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将Excel工作表导入Microsoft Project?

更新时间:2022-10-17 23:10:55

我试过了一下:



向导的初步设置:




  • 新地图

  • 作为新项目

  • 任务,资源,作业:全部
    选择

  • 导入包含标题



工作表名称:Sheet1 ...默认情况下:OK。



虽然Sheet1重命名为:



#2 MacroPlan :不行

2 MacroPlan:不行

MacroPlan:OK

#2_MacroPlan:不行

2_MacroPlan code>:OK



因此:使用_而不是空格,不要使用可能还有其他奇怪的符号(没有测试更多)。


I want to import the following Microsoft Excel worksheet into Microsoft Project (2010):

Essentially, the worksheet has tasks and subtasks in column A, Start Dates in column B, and Finish Dates in column C. The conditional highlighting you see is based off the start and finish dates. There are no macros, only formulas, so the spreadsheet is saved as a normal Excel workbook.

I tried to open the workbook in Project. It correctly finds the source worksheet name, but it doesn't recognize any fields to map to. See the picture below:

What can I do to resolve this? I've never used Project before, but I would like to be able to import the "Key Milestones" and "Subtasks", along with their respective "Start" and "Finish" dates. Any help is much appreciated.

I gave a try:

Wizard's preliminary settings:

  • New map
  • As a new project
  • Tasks, Resources, Assignments: all selected
  • Import includes headers

Sheet names: "Sheet1"... as by default: OK.

While "Sheet1" renamed to:

"#2 MacroPlan": Not OK
"2 MacroPlan": Not OK
"MacroPlan": OK
"#2_MacroPlan": Not OK
"2_MacroPlan": OK

Hence: Use "_" instead of space, don't use "#"and probably other odd symbols (didn't test more).