Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 82,070 for

workbook

(0.07 sec)
  1. 使用 C++ 通过 Node.js 移除工作表中的重复行|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移除工作表中的重复行,并选择特定列进行重复检测。...Create workbook const book = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-dupl...
  2. 在Jython中保护工作表|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 import Workbook from com . aspose . cells...by excel file path excel = Workbook ( dataDir + "Book1.xls" )...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  3. Dynamically Generate Formatted Excel Reports wi...

    This article introduces how to generate report in GridWeb....//Create a new Workbook. Workbook workbook = new Workbook (); //Open...//Open the stream into the Workbook. workbook . Open ( ms ); //Call...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. 使用 Node.js 及 C++ 加载具有特定系统文化信息的工作簿|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....=> { const workbook = new AsposeCells . Workbook ( inputStream..., options ); const cell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/load-the-wo...
  5. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of Excel worksheet Page Setup using Aspose.Cells for Node.js via C++. Set headers and footers for first, odd, and even pages....xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Gets the...

    docs.aspose.com/cells/nodejs-cpp/setting-differ...
  6. 使用Node.js通过C++在工作表中添加签名线|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在工作表中添加签名线。...Instantiating a Workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/add-signatu...
  7. 用Node.js通过C++区分X轴和类别轴的差异|Documentation

    了解如何区分Aspose.Cells for Node.js via C++中的X轴和类别轴。我们的指南将帮助您理解它们在使用和属性上的差异,以及如何根据需要配置它们。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/x-axis-vs-c...
  8. NuGet Gallery | Aspose.Cells 25.3.0

    A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files....conditional formatting, converting workbooks to multiple formats (PDF,...Conversion Features Convert Workbook to Different Formats Supports...

    www.nuget.org/packages/Aspose.Cells
  9. Provide exported worksheet HTML file path via I...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  10. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook Workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…... Workbook workbook = new Workbook("cicciofessa.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get(0); InsertOptions...

    forum.aspose.com/t/insertcolumns-not-work-fine-...