Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 26,930 for

excel worksheet

(0.32 sec)
  1. 在VSTO和Aspose.Cells中设置工作表的背景图片|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Excel . Application ExcelApp = Application...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/zh/net/set-background-pic...
  2. Page Break Preview in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Page Break Preview To set a worksheet to page break preview using...Instantiating a Workbook object by Excel file path workbook = Rjb ::...

    docs.aspose.com/cells/java/page-break-preview-i...
  3. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....are: Creating a workbook and worksheet. Adding sample data. Referencing...//Instantiate the Application object. Excel . Application ExcelApp = Application...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  4. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...[ Hide ] 在Microsoft Excel中,您可以在“高级Excel选项”中指定自定义十进制和千位分隔符,而不...。 使用Microsoft Excel指定自定义分隔符 下面的屏幕截图显示了“高级Excel选项”,并突出显示了指定“自定义分隔符”的部分。...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  5. 包含非强类型数据的列|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file stream containing the Excel file to be opened FileStream...Workbook object //Opening the Excel file through the file stream...

    docs.aspose.com/cells/zh/net/columns-containing...
  6. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using C++ code....similar to MS Excel: Encrypt and decrypt Excel files To prevent...others from accessing data in Excel files, you can protect the file...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  7. 在工作表中将形状移到前面或后面,用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将形状置于工作表的前面或后面。...请查看代码中使用的 示例Excel文件 以及由它生成的 输出Excel文件 。截图显示了代码在执行后对示例Excel文件的效果。 示例代码..."sampleToFrontOrBack.xlsx" ); // Load source Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/send-shape-...
  8. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Contents [ Hide ] Microsoft Excel允许您通过指定火花线组的数据范围和位置来复制火花线。Aspose...ose.Cells支持此功能。 在Microsoft Excel中复制火花线到其他单元格: 选择包含火花线的单元格。 从...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  9. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel Worksheet programmatically....by m tall option, Microsoft Excel calculates the Page Setup Scaling...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  10. 使用Node.js通过C++管理日期轴|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理日期轴。我们的指南将帮助你理解如何处理各种日期格式、时间刻度和刻度标签频率。...,如果你的数据为股票价格,两个日期间的最小差异为七天,Excel会将基本单位设为天,但你可以将基本单位改为月或年,以观察股票在较长时间段内的表现。...处理日期轴就像处理Microsoft Excel一样 请参阅以下示例代码,此代码创建一个新的Excel文件并将图表的值放在第一个工作表中。...

    docs.aspose.com/cells/zh/nodejs-cpp/date-axis/