Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 27,378 for

excel worksheet

(0.16 sec)
  1. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...例如,你可以在 Microsoft Excel 中插入一个 Microsoft Word 文档。要查看你可以插入的内容类型,请点击...Workbook (); // Get the first worksheet. const sheet = workbook ....

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  2. Aspose.Cells 8.1.0中的公共API更改|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....//Access first worksheet Worksheet sheet = book . Worksheets [ 0 ]; //Access...ragraphs。原因是这些属性在保留Excel电子表格时没有用处,因为Excel会省略它们。而这些属性最初是为Word...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Ինչպես ջնջել առանցքային աղյուսակը Excel-ում Pyt...

    Այս հոդվածը ցույց է տալիս, թե ինչպես ջնջել առանցքային աղյուսակը Excel-ում Python-ի միջոցով: Այն ունի բոլոր մանրամասները շրջակա միջավայրը կարգավորելու համար, ինչպես նաև քայլերի ցանկը և գործարկվող օրինակելի կոդը՝ Python-ի միջոցով առանցքային աղյուսակը հեռացնելու համար:...ջնջել առանցքային աղյուսակը Excel-ում Python-ի միջոցով Այս հակիրճ...ջնջել առանցքային աղյուսակը Excel -ում` օգտագործելով Python :...

    kb.aspose.com/hy/cells/python/how-to-delete-piv...
  4. Text gets mirrored when saving XLSX to PDF - Fr...

    Hi, please see the attached XLSX file. On the first sheet you find 4 arrows with a letter inside. Those letters get mirrored when saving to pdf. See the screenshots. XLSX: grafik.png (67,2 KB) PDF: grafik.png (68,1 …...arrows are stored in the worksheet as AutoShapes that have a...though it looks correct in Excel. Updating to a recent version...

    forum.aspose.com/t/text-gets-mirrored-when-savi...
  5. Aspose.Cells 8.4.1中的公共API更改|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....//Create a workbook from source Excel file com . aspose . cells ....first worksheet com . aspose . cells . Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Aspose.Cells 8.7.2中的公共API更改|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....API具有强大的计算引擎,可以计算几乎所有的Microsoft Excel函数。此外,Aspose.Cells API现在允许扩展...CustomEngine属性 上述API允许为所有函数(包括Excel的原生函数)实现自定义计算引擎,具有更多的灵活性。 有关此功能的更多详细信息,请查看有关...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Resulting table borders are thicker than origin...

    Hello, I've attached a xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the docx file are different than the saved to pdf selected area. var xls1 = new …...xlsx”); var worksheet = xls1.Worksheets[“Sheet1”]; for (int...0; i < xls1.Worksheets.Count; i++) { xls1.Worksheets[i].Shapes...

    forum.aspose.com/t/resulting-table-borders-are-...
  8. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...Assistant Close 使用C++设置打印选项 使用C++移除Excel文件中工作表的现有PrinterSettings...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  9. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...使用命名目标添加PDF书签 请查看以下示例代码,其 源Excel文件 ,以及 输出PDF文件 。屏幕截图显示了输出PDF...02_OutputDirectory \\ " ); // Load source Excel file Workbook wb ( srcDir +...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  10. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for Node.js via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....filePath ); // Get the first worksheet. let sheet = workbook . getWorksheets...); // Set the name of the worksheet sheet . setName ( "Data" );...

    docs.aspose.com/cells/nodejs-cpp/set-picture-as...