Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 100,089 for

workbook

(0.11 sec)
  1. Support for German Locale in Named Range Formul...

    Learn how to support German locale in named range formulae using Aspose.Cells for Node.js via C++.... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/nodejs-cpp/support-for-ge...
  2. Aspose.Cells Formula Calculation Engine|Documen...

    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....the Formula Calculation of Workbook Calculating IFNA function...

    docs.aspose.com/cells/java/aspose-cells-formula...
  3. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook wb ; SignatureLine signatureLine...outputPath ); std :: cout << "Workbook with signature line saved...

    docs.aspose.com/cells/cpp/add-signature-line/
  4. 使用 Aspose.Cells for Node.js via C++ 将文本转换为列|Doc...

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中将文本转换为列。...Create a workbook. const wb = new AsposeCells . Workbook (); //..., 5 , opts ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tex...
  5. 用Node.js通过C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++保护Excel中的工作表,包括保护行、列和特定单元格。...Cells提供一个类 Workbook ,代表Microsoft Excel文件。 Workbook 类包含一个 getWorksheets()...xls" ); // Instantiating a Workbook object with file buffer const...

    docs.aspose.com/cells/zh/nodejs-cpp/protecting-...
  6. 档案

    档案...类的实例 intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkbook();...intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheets()->GetObjectByIndex(0);...

    blog.aspose.com/zh/cells/working-with-pivot-tab...
  7. Data Formatting|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/data-formatting/
  8. Add Custom XML Parts and Select Them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++.... Please use Workbook.getCustomXmlParts() method...Part by ID, you can use the Workbook.getCustomXmlParts().selectByID()...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  9. 工作表尺寸调整的可行方案|Aspose.Slides 文档

    在 PowerPoint 演示文稿中使用 C++ 的工作表尺寸调整可行方案...; Aspose :: Cells :: Workbook workbook ( u "sample.xlsx" ); auto...auto worksheet = workbook . GetWorksheets (). Get ( worksheetIndex...

    docs.aspose.com/slides/zh/cpp/working-solution-...
  10. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#....Create an Excel file using Workbook class, access a sheet, and...column Create a color using Workbook.CreateCellsColor() method...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...