Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 161,046 for

workbook

(0.12 sec)
  1. 使用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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  2. Class ContentTypeProperty | Aspose.Cells for .N...

    Aspose.Cells.Properties.ContentTypeProperty class. Represents identifier information...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Add...//Add a new property. workbook . ContentTypePropertie . Add (...

    reference.aspose.com/cells/net/aspose.cells.pro...
  3. Set Worksheet Tab Color in Aspose.Cells|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....//Instantiate a new Workbook Workbook workbook = new Workbook ( "../../data/test...book Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  4. Calculate Sub Totals in xlsx4j|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/calculate-sub-totals...
  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 workbook object Aspose . Cells . Workbook workbook = new...new Aspose . Cells . Workbook ( input ); //Access first data connection...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. IsLicensed method failing, Aspose Cells for Jav...

    Hi team! I am using Aspose cells for Java, and when calling the method isLicensed I am always getting false, even after I set my license correctly. Here is my code sample: public class Main { public static void ma…...Exception { //Workbook wbk = SaveFileWithLicense(); Workbook wbk = ...version"); } } public static Workbook SaveFileWithLicense() throws...

    forum.aspose.com/t/islicensed-method-failing-as...
  7. QueryTable class | Aspose.Cells for Python via ...

    QueryTable class QueryTable class Represents QueryTable information. The QueryTable type exposes the following member......import Workbook # Instantiating a Workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] See Also...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Working With Colors|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....With Colors C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-colors/
  9. invert_if_negative 属性 | Aspose.Cells for Python...

    invert_if_negative 属性 invert_if_negative 属性 如果该属性为真且图表点的值为负数, 前景色和背景色将交换。 例子 from aspose.cells import Workbook from a......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. evaluated_page_count 属性 | Aspose.Cells for Pyth...

    evaluated_page_count 属性 evaluated_page_count 属性 评估此工作簿的总页数 例子 以下代码显示了获取工作簿页数的最快方法。 from aspose.cells import Workbook ......cells import Workbook from aspose.cells.rendering...WorkbookPrintingPrev workbook = Workbook ( "Book1.xlsx" ) workbookPrintingPrev...

    reference.aspose.com/cells/python-net/zh/aspose...