Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 82,029 for

workbook

(0.04 sec)
  1. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....Create workbook object from source file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/converting-chart-to-i...
  2. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  3. How to Unprotect Excel in C#

    This basic tutorial explains how to unprotect Excel in C#. It covers the IDE configuration, stepwise algorithm, and a code snippet to unlock Excel file in C#....to unprotect Excel Create a Workbook class object to access the...method Save the output Excel workbook These steps illustrate how...

    kb.aspose.com/cells/net/how-to-unprotect-excel-...
  4. 使用 Node.js 通过 C++ 读取具有多种编码的 CSV 文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 读取具有多种编码的 CSV 文件。...into Workbook const workbook = new AsposeCells . Workbook ( filePath...// Save it in XLSX format workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-csv...
  5. Add Cells to Microsoft Excel Formula Watch Wind...

    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.... It then saves the workbook as output Excel file . If...the Formula Calculation of Workbook...

    docs.aspose.com/cells/java/add-cells-to-microso...
  6. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Python via .NET....code to implement protecting workbook structure of Excel files....Protect or Unprotect the Shared Workbook Encrypting Excel Files...

    docs.aspose.com/cells/python-net/protect-and-un...
  7. Get Warnings for Font Substitution while Render...

    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....throws Exception { Workbook workbook = new Workbook ( "source.xlsx"...( new WarningCallback ()); workbook . save ( "output.pdf" , options...

    docs.aspose.com/cells/java/get-warnings-for-fon...
  8. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  9. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。..." ); // Load the workbook Workbook workbook ( srcDir + u "NonPrimitiveShape...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  10. 通过数据透视表的 PivotField 的显示名称获取单元格对象(C++)|Documenta...

    学习如何通过数据透视字段的显示名称检索单元格对象并应用格式,使用 Aspose.Cells for C++。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "source.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-the-cell-objec...